Method | Description | |
---|---|---|
Adapter ( IList list ) : |
||
Add ( Object value ) : int | ||
AddRange ( ICollection c ) : void | ||
ArrayList ( ) : System.Security | ||
ArrayList ( ICollection c ) : System.Security | ||
ArrayList ( int capacity ) : System.Security | ||
BinarySearch ( Object value ) : int | ||
BinarySearch ( Object value, IComparer comparer ) : int | ||
BinarySearch ( int index, int count, Object value, IComparer comparer ) : int | ||
Clear ( ) : void | ||
Clone ( ) : Object | ||
Contains ( Object item ) : bool | ||
CopyTo ( Array array ) : void | ||
CopyTo ( Array array, int arrayIndex ) : void | ||
CopyTo ( int index, Array array, int arrayIndex, int count ) : void | ||
FixedSize ( ArrayList list ) : ArrayList | ||
FixedSize ( IList list ) : IList | ||
GetEnumerator ( ) : IEnumerator | ||
GetEnumerator ( int index, int count ) : IEnumerator | ||
GetRange ( int index, int count ) : ArrayList | ||
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 | ||
ReadOnly ( ArrayList list ) : ArrayList | ||
Remove ( Object obj ) : void | ||
RemoveAt ( int index ) : void | ||
RemoveRange ( int index, int count ) : void | ||
Repeat ( Object value, int count ) : ArrayList | ||
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 | ||
Synchronized ( ArrayList list ) : ArrayList | ||
Synchronized ( IList list ) : IList | ||
ToArray ( ) : Object[] | ||
TrimToSize ( ) : void | ||
this ( int index ) : Object |
Method | Description | |
---|---|---|
ArrayList ( bool trash ) : System.Security | ||
EnsureCapacity ( int min ) : void | ||
ReadOnly ( IList list ) : IList | ||
ToArray ( Type type ) : Array |
public static Adapter ( IList list ) : |
||
list | IList | |
return |
public ArrayList ( ICollection c ) : System.Security | ||
c | ICollection | |
return | System.Security |
public ArrayList ( int capacity ) : System.Security | ||
capacity | int | |
return | System.Security |
public BinarySearch ( Object value, IComparer comparer ) : int | ||
value | Object | |
comparer | IComparer | |
return | int |
public BinarySearch ( int index, int count, Object value, IComparer comparer ) : int | ||
index | int | |
count | int | |
value | Object | |
comparer | IComparer | |
return | int |
public CopyTo ( Array array, int arrayIndex ) : void | ||
array | Array | |
arrayIndex | int | |
return | void |
public CopyTo ( int index, Array array, int arrayIndex, int count ) : void | ||
index | int | |
array | Array | |
arrayIndex | int | |
count | int | |
return | void |
public static FixedSize ( ArrayList list ) : ArrayList | ||
list | ArrayList | |
return | ArrayList |
public static FixedSize ( IList list ) : IList | ||
list | IList | |
return | IList |
public GetEnumerator ( int index, int count ) : IEnumerator | ||
index | int | |
count | int | |
return | IEnumerator |
public GetRange ( int index, int count ) : ArrayList | ||
index | int | |
count | int | |
return | ArrayList |
public IndexOf ( Object value, int startIndex ) : int | ||
value | Object | |
startIndex | int | |
return | int |
public IndexOf ( Object value, int startIndex, int count ) : int | ||
value | Object | |
startIndex | int | |
count | int | |
return | int |
public Insert ( int index, Object value ) : void | ||
index | int | |
value | Object | |
return | void |
public InsertRange ( int index, ICollection c ) : void | ||
index | int | |
c | ICollection | |
return | void |
public LastIndexOf ( Object value, int startIndex ) : int | ||
value | Object | |
startIndex | int | |
return | int |
public LastIndexOf ( Object value, int startIndex, int count ) : int | ||
value | Object | |
startIndex | int | |
count | int | |
return | int |
public static ReadOnly ( ArrayList list ) : ArrayList | ||
list | ArrayList | |
return | ArrayList |
public RemoveRange ( int index, int count ) : void | ||
index | int | |
count | int | |
return | void |
public static Repeat ( Object value, int count ) : ArrayList | ||
value | Object | |
count | int | |
return | ArrayList |
public Reverse ( int index, int count ) : void | ||
index | int | |
count | int | |
return | void |
public SetRange ( int index, ICollection c ) : void | ||
index | int | |
c | ICollection | |
return | void |
public Sort ( int index, int count, IComparer comparer ) : void | ||
index | int | |
count | int | |
comparer | IComparer | |
return | void |
public static Synchronized ( ArrayList list ) : ArrayList | ||
list | ArrayList | |
return | ArrayList |
public static Synchronized ( IList list ) : IList | ||
list | IList | |
return | IList |