C# Класс Listings, tf_client

Наследование: PagedCollectionOfListingte0r55Be
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Clear() публичный Метод

Clear this instance.
public Clear ( ) : void
Результат void

GetEnumerator() публичный Метод

Gets the enumerator.
public GetEnumerator ( ) : Enumerator,
Результат Enumerator,

ToArray() публичный Метод

Array accessor.
public ToArray ( ) : Listing[],
Результат Listing[],

this() публичный Метод

Gets or sets the Listing with the specified index.
public this ( int i ) : Listing,
i int /// Index. ///
Результат Listing,