프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
||
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 |
public Range ( IList list, int start, int count ) : System | ||
list | IList | |
start | int | |
count | int | |
리턴 | System |