Method | Description | |
---|---|---|
Add ( object o ) : int | ||
Clear ( ) : void | ||
Contains ( object o ) : bool | ||
CopyTo ( |
||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( object o ) : int | ||
Insert ( int i, object o ) : void | ||
Remove ( object o ) : void | ||
RemoveAt ( int i ) : void | ||
this ( int i ) : object |
Method | Description | |
---|---|---|
GetValue ( int i ) : object | ||
UnmodifiableList ( ) : System |
public abstract CopyTo ( |
||
array | ||
index | int | |
return | void |
public abstract GetEnumerator ( ) : IEnumerator | ||
return | IEnumerator |
protected abstract GetValue ( int i ) : object | ||
i | int | |
return | object |