FlickrNet.PlaceInfo.IFlickrParsable C# (CSharp) Method

IFlickrParsable() public method

Serializes the XML to an instance.
public IFlickrParsable ( System reader ) : void
reader System
return void
        void IFlickrParsable.Load(System.Xml.XmlReader reader)
        {
            LoadAttributes(reader);

            LoadElements(reader);
        }