Method | Description | |
---|---|---|
Clear ( ) : void | ||
Contains ( object a ) : bool | ||
CopyTo ( Array array, int index ) : void | ||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( object a ) : int | ||
Insert ( int index, object item ) : void | ||
Remove ( object x ) : void | ||
RemoveAt ( int i ) : void | ||
this ( int index ) : object |
Method | Description | |
---|---|---|
IList ( object item ) : int |
public CopyTo ( Array array, int index ) : void | ||
array | Array | |
index | int | |
return | void |
public Insert ( int index, object item ) : void | ||
index | int | |
item | object | |
return | void |