Свойство | Type | Description | |
---|---|---|---|
m_InnerArrayList |
Méthode | Description | |
---|---|---|
Add ( object value ) : int | ||
AddRange ( ICollection c ) : void | ||
ArrayListWrapper ( |
||
BinarySearch ( int index, int count, object value, IComparer comparer ) : int | ||
BinarySearch ( object value ) : int | ||
BinarySearch ( object value, IComparer comparer ) : int | ||
Clear ( ) : void | ||
Clone ( ) : object | ||
Contains ( object value ) : bool | ||
CopyTo ( System array ) : void | ||
CopyTo ( System array, int index ) : void | ||
CopyTo ( int index, System array, int arrayIndex, int count ) : void | ||
GetEnumerator ( ) : IEnumerator | ||
GetEnumerator ( int index, int count ) : IEnumerator | ||
GetRange ( int index, int count ) : |
||
IndexOf ( object value ) : int | ||
IndexOf ( object value, int startIndex ) : int | ||
IndexOf ( object value, int startIndex, int count ) : int | ||
Insert ( int index, object value ) : void | ||
InsertRange ( int index, ICollection c ) : void | ||
LastIndexOf ( object value ) : int | ||
LastIndexOf ( object value, int startIndex ) : int | ||
LastIndexOf ( object value, int startIndex, int count ) : int | ||
Remove ( object value ) : void | ||
RemoveAt ( int index ) : void | ||
RemoveRange ( int index, int count ) : void | ||
Reverse ( ) : void | ||
Reverse ( int index, int count ) : void | ||
SetRange ( int index, ICollection c ) : void | ||
Sort ( ) : void | ||
Sort ( IComparer comparer ) : void | ||
Sort ( int index, int count, IComparer comparer ) : void | ||
ToArray ( |
||
ToArray ( ) : object[] | ||
TrimToSize ( ) : void | ||
this ( int index ) : object |
public ArrayListWrapper ( |
||
innerArrayList | ||
Résultat | System.Runtime.InteropServices |
public BinarySearch ( int index, int count, object value, IComparer comparer ) : int | ||
index | int | |
count | int | |
value | object | |
comparer | IComparer | |
Résultat | int |
public BinarySearch ( object value, IComparer comparer ) : int | ||
value | object | |
comparer | IComparer | |
Résultat | int |
public CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
Résultat | void |
public CopyTo ( int index, System array, int arrayIndex, int count ) : void | ||
index | int | |
array | System | |
arrayIndex | int | |
count | int | |
Résultat | void |
public GetEnumerator ( int index, int count ) : IEnumerator | ||
index | int | |
count | int | |
Résultat | IEnumerator |
public GetRange ( int index, int count ) : |
||
index | int | |
count | int | |
Résultat |
public IndexOf ( object value, int startIndex ) : int | ||
value | object | |
startIndex | int | |
Résultat | int |
public IndexOf ( object value, int startIndex, int count ) : int | ||
value | object | |
startIndex | int | |
count | int | |
Résultat | int |
public Insert ( int index, object value ) : void | ||
index | int | |
value | object | |
Résultat | void |
public InsertRange ( int index, ICollection c ) : void | ||
index | int | |
c | ICollection | |
Résultat | void |
public LastIndexOf ( object value, int startIndex ) : int | ||
value | object | |
startIndex | int | |
Résultat | int |
public LastIndexOf ( object value, int startIndex, int count ) : int | ||
value | object | |
startIndex | int | |
count | int | |
Résultat | int |
public RemoveRange ( int index, int count ) : void | ||
index | int | |
count | int | |
Résultat | void |
public Reverse ( int index, int count ) : void | ||
index | int | |
count | int | |
Résultat | void |
public SetRange ( int index, ICollection c ) : void | ||
index | int | |
c | ICollection | |
Résultat | void |
public Sort ( int index, int count, IComparer comparer ) : void | ||
index | int | |
count | int | |
comparer | IComparer | |
Résultat | void |
public ToArray ( |
||
elementType | ||
Résultat |