Description
Adapter
Creates an ArrayList wrapper for a specific IList.
Add
Adds an object to the end of the ArrayList.
AddRange
Adds the elements of an ICollection to the end of the ArrayList.
BinarySearch(Object)
Searches the entire sorted ArrayList for an element using the default comparer and returns the zero-based index of the element.
BinarySearch(Object, IComparer)
Searches the entire sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element.
BinarySearch(Int32, Int32, Object, IComparer)
Searches a range of elements in the sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element.
Clear
Removes all elements from the ArrayList.
Clone
Creates a shallow copy of the ArrayList.
Contains
Determines whether an element is in the ArrayList.
CopyTo(Array)
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array.
CopyTo(Array, Int32)
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.
CopyTo(Int32, Array, Int32, Int32)
Copies a range of elements from the ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.
Equals(Object)
Determines whether the specified object is equal to the current object. (Inherited from Object.)
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)
FixedSize(ArrayList)
Returns an ArrayList wrapper with a fixed size.
FixedSize(IList)
Returns an IList wrapper with a fixed size.
GetEnumerator()
Returns an enumerator for the entire ArrayList.
GetEnumerator(Int32, Int32)
Returns an enumerator for a range of elements in the ArrayList.
GetHashCode
Serves as the default hash function. (Inherited from Object.)
GetRange
Returns an ArrayList