C# 클래스 System.ComponentModel.ListSortDescriptionCollection

상속: IList
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IEnumerable IEnumerator
IList int
IList void
IList void
IList void
IList void
this objectIList.System.Collections

공개 메소드들

메소드 설명
Contains ( object value ) : bool
CopyTo ( Array array, int index ) : void
IndexOf ( object value ) : int
ListSortDescriptionCollection ( ) : System.Collections
ListSortDescriptionCollection ( ListSortDescription sorts ) : System.Collections
this ( int index ) : ListSortDescription

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System.Collections

메소드 상세

Contains() 공개 메소드

public Contains ( object value ) : bool
value object
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array Array
index int
리턴 void

IndexOf() 공개 메소드

public IndexOf ( object value ) : int
value object
리턴 int

ListSortDescriptionCollection() 공개 메소드

public ListSortDescriptionCollection ( ) : System.Collections
리턴 System.Collections

ListSortDescriptionCollection() 공개 메소드

public ListSortDescriptionCollection ( ListSortDescription sorts ) : System.Collections
sorts ListSortDescription
리턴 System.Collections

this() 공개 메소드

public this ( int index ) : ListSortDescription
index int
리턴 ListSortDescription