Property | Type | Description | |
---|---|---|---|
bids | Bid[], |
Method | 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.
|