Method | Description | |
---|---|---|
Add ( Object value ) : int | ||
AddRange ( ICollection c ) : void | ||
BinarySearch ( Object value ) : int | ||
BinarySearch ( Object value, IComparer comparer ) : int | ||
Clear ( ) : void | ||
Clone ( ) : Object | ||
Contains ( Object item ) : bool | ||
CopyTo ( |
||
CopyTo ( |
||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( Object value ) : int | ||
Insert ( int index, Object value ) : void | ||
LastIndexOf ( Object value ) : int | ||
Remove ( Object value ) : void | ||
RemoveAt ( int index ) : void | ||
Sort ( ) : void | ||
Sort ( IComparer comparer ) : void | ||
ToArray ( ) : Object[] | ||
TrimToSize ( ) : void | ||
this ( int index ) : Object |
Method | Description | |
---|---|---|
BinarySearch ( int index, int count, Object value, IComparer comparer ) : int | ||
CopyTo ( int index, |
||
GetEnumerator ( int index, int count ) : IEnumerator | ||
GetRange ( int index, int count ) : |
||
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 | ||
SyncArrayList ( |
||
ToArray ( |
public BinarySearch ( Object value, IComparer comparer ) : int | ||
value | Object | |
comparer | IComparer | |
return | int |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public Insert ( int index, Object value ) : void | ||
index | int | |
value | Object | |
return | void |