| Name | Description |
|---|
 | Add(Object^) | |
 | AddRange(ICollection^) | |
 | 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.(Inherited from ArrayList.) |
 | BinarySearch(Object^) | Searches the entire sorted ArrayList for an element using the default comparer and returns the zero-based index of the element.(Inherited from ArrayList.) |
 | BinarySearch(Object^, IComparer^) | Searches the entire sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element.(Inherited from ArrayList.) |
 | Clear() | |
 | Clone() | |
 | Contains(Object^) | |
 | CopyTo(Array^) | Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array.(Inherited from ArrayList.) |
 | CopyTo(Array^, Int32) | Copies the entire ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.(Inherited from ArrayList.) |
 | 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.(Inherited from ArrayList.) |
 | 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.) |
 | GetEnumerator() | |
 | GetEnumerator(Int32, Int32) | Returns an enumerator for a range of elements in the ArrayList.(Inherited from ArrayList.) |
 | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
 | GetRange(Int32, Int32) | |
 | GetType() | Gets the Type of the current instance.(Inherited from Object.) |
 | IndexOf(Object^) | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire ArrayList.(Inherited from ArrayList.) |
 | IndexOf(Object^, Int32) | Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that extends from the specified index to the last element.(Inherited from ArrayList.) |
 | IndexOf(Object^, Int32, Int32) | Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that starts at the specified index and contains the specified number of elements.(Inherited from ArrayList.) |
 | Insert(Int32, Object^) | |
 | InsertRange(Int32, ICollection^) | Inserts the elements of a collection into the ArrayList at the specified index.(Inherited from ArrayList.) |
 | LastIndexOf(Object^) | Searches for the specified Object and returns the zero-based index of the last occurrence within the entire ArrayList.(Inherited from ArrayList.) |
 | LastIndexOf(Object^, Int32) | Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the ArrayList that extends from the first element to the specified index.(Inherited from ArrayList.) |
 | LastIndexOf(Object^, Int32, Int32) | Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the ArrayList that contains the specified number of elements and ends at the specified index.(Inherited from ArrayList.) |
 | MemberwiseClone() | Creates a shallow copy of the current Object.(Inherited from Object.) |
 | Remove(Object^) | |
 | RemoveAt(Int32) | |
 | RemoveRange(Int32, Int32) | |
 | Reverse() | |
 | Reverse(Int32, Int32) | Reverses the order of the elements in the specified range.(Inherited from ArrayList.) |
 | SetRange(Int32, ICollection^) | Copies the elements of a collection over a range of elements in the ArrayList.(Inherited from ArrayList.) |
 | Sort() | |
 | Sort(IComparer^) | Sorts the elements in the entire ArrayList using the specified comparer.(Inherited from ArrayList.) |
 | Sort(Int32, Int32, IComparer^) | Sorts the elements in a range of elements in ArrayList using the specified comparer.(Inherited from ArrayList.) |
 | ToArray() | |
 | ToArray(Type^) | Copies the elements of the ArrayList to a new array of the specified element type.(Inherited from ArrayList.) |
 | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
 | TrimToSize() | Sets the capacity to the actual number of elements in the ArrayList.(Inherited from ArrayList.) |