C# 클래스 WikiFunctions.Range

상속: IList
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

Private Properties

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

공개 메소드들

메소드 설명
Contains ( object obj ) : bool
IndexOf ( object obj ) : int
Range ( IList list, int start, int count ) : System
this ( int index ) : object

비공개 메소드들

메소드 설명
Check ( ) : void
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
IList ( object obj ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object obj ) : void
IList ( object obj ) : void
this ( int index ) : objectIList.System

메소드 상세

Contains() 공개 메소드

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

IndexOf() 공개 메소드

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

Range() 공개 메소드

public Range ( IList list, int start, int count ) : System
list IList
start int
count int
리턴 System

this() 공개 메소드

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