C# Class Bids, tf_client

A struct to capture a list of bids.
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Свойство Type Description
bids Bid[],

Méthodes publiques

Méthode Description
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.

Method Details

GetEnumerator() public méthode

Gets the enumerator.
public GetEnumerator ( ) : Enumerator,
Résultat Enumerator,

GetHighestBidAmount() public méthode

Gets the highest bid amount.
public GetHighestBidAmount ( ) : int
Résultat int

ToArray() public méthode

Array accessor.
public ToArray ( ) : Bid[],
Résultat Bid[],

this() public méthode

Gets or sets the Bids with the specified index.
public this ( int i ) : Bid,
i int /// Index. ///
Résultat Bid,

Property Details

bids public_oe property

The bid list.
public Bid[], bids
Résultat Bid[],