C# 클래스 Bids, tf_client

A struct to capture a list of bids.
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[],