C# Class Listings, tf_client

Inheritance: PagedCollectionOfListingte0r55Be
ファイルを表示 Open project: wids-eria/tf_client Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

Clear this instance.

GetEnumerator ( ) : Enumerator,

Gets the enumerator.

ToArray ( ) : Listing[],

Array accessor.

this ( int i ) : Listing,

Gets or sets the Listing with the specified index.

Method Details

Clear() public method

Clear this instance.
public Clear ( ) : void
return void

GetEnumerator() public method

Gets the enumerator.
public GetEnumerator ( ) : Enumerator,
return Enumerator,

ToArray() public method

Array accessor.
public ToArray ( ) : Listing[],
return Listing[],

this() public method

Gets or sets the Listing with the specified index.
public this ( int i ) : Listing,
i int /// Index. ///
return Listing,