Visibility |
Name |
Parameters |
Return Type |
public static |
Adapter |
(
IList
list
)
|
ArrayList
|
public |
Add |
(
Object
value
)
|
Int32
|
public |
AddRange |
(
ICollection
c
)
|
Void
|
public |
BinarySearch |
(
Object
value
,
IComparer
comparer
)
|
Int32
|
public |
BinarySearch |
(
Object
value
)
|
Int32
|
public |
BinarySearch |
(
Int32
index
,
Int32
count
,
Object
value
,
IComparer
comparer
)
|
Int32
|
public |
Clear |
( )
|
Void
|
public |
Clone |
( )
|
Object
|
public |
Contains |
(
Object
item
)
|
Boolean
|
public |
CopyTo |
(
Int32
index
,
Array
array
,
Int32
arrayIndex
,
Int32
count
)
|
Void
|
public |
CopyTo |
(
Array
array
,
Int32
arrayIndex
)
|
Void
|
public |
CopyTo |
(
Array
array
)
|
Void
|
public static |
FixedSize |
(
ArrayList
list
)
|
ArrayList
|
public static |
FixedSize |
(
IList
list
)
|
IList
|
public |
GetEnumerator |
(
Int32
index
,
Int32
count
)
|
IEnumerator
|
public |
GetEnumerator |
( )
|
IEnumerator
|
public |
GetRange |
(
Int32
index
,
Int32
count
)
|
ArrayList
|
public |
IndexOf |
(
Object
value
,
Int32
startIndex
)
|
Int32
|
public |
IndexOf |
(
Object
value
,
Int32
startIndex
,
Int32
count
)
|
Int32
|
public |
IndexOf |
(
Object
value
)
|
Int32
|
public |
Insert |
(
Int32
index
,
Object
value
)
|
Void
|
public |
InsertRange |
(
Int32
index
,
ICollection
c
)
|
Void
|
public |
LastIndexOf |
(
Object
value
)
|
Int32
|
public |
LastIndexOf |
(
Object
value
,
Int32
startIndex
,
Int32
count
)
|
Int32
|
public |
LastIndexOf |
(
Object
value
,
Int32
startIndex
)
|
Int32
|
public static |
ReadOnly |
(
ArrayList
list
)
|
ArrayList
|
public static |
ReadOnly |
(
IList
list
)
|
IList
|
public |
Remove |
(
Object
obj
)
|
Void
|
public |
RemoveAt |
(
Int32
index
)
|
Void
|
public |
RemoveRange |
(
Int32
index
,
Int32
count
)
|
Void
|
public static |
Repeat |
(
Object
value
,
Int32
count
)
|
ArrayList
|
public |
Reverse |
(
Int32
index
,
Int32
count
)
|
Void
|
public |
Reverse |
( )
|
Void
|
public |
SetRange |
(
Int32
index
,
ICollection
c
)
|
Void
|
public |
Sort |
(
Int32
index
,
Int32
count
,
IComparer
comparer
)
|
Void
|
public |
Sort |
(
IComparer
comparer
)
|
Void
|
public |
Sort |
( )
|
Void
|
public static |
Synchronized |
(
ArrayList
list
)
|
ArrayList
|
public static |
Synchronized |
(
IList
list
)
|
IList
|
public |
ToArray |
(
Type
type
)
|
Array
|
public |
ToArray |
( )
|
Object
|
public |
TrimToSize |
( )
|
Void
|