Метод | Описание | |
---|---|---|
Add ( Object obj ) : int | ||
AddRange ( ICollection c ) : void | ||
Clear ( ) : void | ||
Clone ( ) : Object | ||
Contains ( Object obj ) : bool | ||
CopyTo ( |
||
GetEnumerator ( ) : IEnumerator | ||
GetRange ( int index, int count ) : |
||
IndexOf ( Object value ) : int | ||
Insert ( int index, Object obj ) : void | ||
LastIndexOf ( Object value ) : int | ||
Remove ( Object value ) : void | ||
RemoveAt ( int index ) : void | ||
ToArray ( ) : Object[] | ||
TrimToSize ( ) : void | ||
this ( int index ) : Object |
Метод | Описание | |
---|---|---|
BinarySearch ( int index, int count, Object value, IComparer comparer ) : int | ||
CopyTo ( int index, |
||
FixedSizeArrayList ( |
||
GetEnumerator ( int index, int count ) : IEnumerator | ||
IndexOf ( Object value, int startIndex ) : int | ||
IndexOf ( Object value, int startIndex, int count ) : int | ||
InsertRange ( int index, ICollection c ) : void | ||
LastIndexOf ( Object value, int startIndex ) : int | ||
LastIndexOf ( Object value, int startIndex, int count ) : int | ||
RemoveRange ( int index, int count ) : void | ||
Reverse ( int index, int count ) : void | ||
SetRange ( int index, ICollection c ) : void | ||
Sort ( int index, int count, IComparer comparer ) : void | ||
ToArray ( |
public CopyTo ( |
||
array | ||
index | int | |
Результат | void |
public GetRange ( int index, int count ) : |
||
index | int | |
count | int | |
Результат |
public Insert ( int index, Object obj ) : void | ||
index | int | |
obj | Object | |
Результат | void |