Свойство | Type | Description | |
---|---|---|---|
Check | void | ||
ICollection | void | ||
IEnumerable | IEnumerator | ||
IList | int | ||
IList | void | ||
IList | void | ||
IList | void | ||
IList | void | ||
this | objectIList.System |
Méthode | Description | |
---|---|---|
Contains ( object obj ) : bool | ||
IndexOf ( object obj ) : int | ||
Range ( IList list, int start, int count ) : System | ||
this ( int index ) : object |
Méthode | Description | |
---|---|---|
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 | |
Résultat | System |