Add | Overloaded. |
Add (inherited from ArrayList) | Overloaded. Adds an object to the end of the ArrayList. |
AddRange (inherited from ArrayList) | Adds the elements of an ICollection to the end of the ArrayList. |
BinarySearch (inherited from ArrayList) | Overloaded. 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 (inherited from ArrayList) | Removes all elements from the ArrayList. |
Clone (inherited from ArrayList) | Creates a shallow copy of the ArrayList. |
Contains (inherited from ArrayList) | Determines whether an element is in the ArrayList. |
CopyTo (inherited from ArrayList) | Overloaded. Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator (inherited from ArrayList) | Overloaded. Returns an enumerator for the entire ArrayList. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetRange (inherited from ArrayList) | Returns an ArrayList which represents a subset of the elements in the source ArrayList. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOf (inherited from ArrayList) | Overloaded. Searche |