Метод | Описание | |
---|---|---|
Add ( Object obj ) : int | ||
Clear ( ) : void | ||
Contains ( Object obj ) : bool | ||
CopyTo ( |
||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( Object value ) : int | ||
Insert ( int index, Object obj ) : void | ||
Remove ( Object value ) : void | ||
RemoveAt ( int index ) : void | ||
this ( int index ) : Object |
Метод | Описание | |
---|---|---|
FixedSizeList ( IList l ) : System.Security |
public CopyTo ( |
||
array | ||
index | int | |
Результат | void |
public Insert ( int index, Object obj ) : void | ||
index | int | |
obj | Object | |
Результат | void |