Méthode | Description | |
---|---|---|
Add ( Object value ) : int | ||
Clear ( ) : void | ||
Contains ( Object item ) : bool | ||
CopyTo ( |
||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( Object value ) : int | ||
Insert ( int index, Object value ) : void | ||
Remove ( Object value ) : void | ||
RemoveAt ( int index ) : void | ||
this ( int index ) : Object |
Méthode | Description | |
---|---|---|
SyncIList ( IList list ) : System.Security |
public CopyTo ( |
||
array | ||
index | int | |
Résultat | void |
public Insert ( int index, Object value ) : void | ||
index | int | |
value | Object | |
Résultat | void |