C# 클래스 Listings, tf_client

상속: PagedCollectionOfListingte0r55Be
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 메소드들

메소드 설명
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,