C# Class FlickrNet.Place

Summary description for Place.
Inheritance: IFlickrParsable
显示文件 Open project: liquidboy/X Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IFlickrParsable ( System reader ) : void

Serializes the XML to an instance.

Method Details

IFlickrParsable() public method

Serializes the XML to an instance.
public IFlickrParsable ( System reader ) : void
reader System
return void