C# Класс Bids, tf_client

A struct to capture a list of bids.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
bids Bid[],

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

Метод Описание
GetEnumerator ( ) : Enumerator,

Gets the enumerator.

GetHighestBidAmount ( ) : int

Gets the highest bid amount.

ToArray ( ) : Bid[],

Array accessor.

this ( int i ) : Bid,

Gets or sets the Bids with the specified index.

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

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

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

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

Gets the highest bid amount.
public GetHighestBidAmount ( ) : int
Результат int

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

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

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

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

Описание свойств

bids публичное свойство

The bid list.
public Bid[], bids
Результат Bid[],