







The StringList type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an object to the end of the ArrayList.
(Inherited from ArrayList.) |
![]() | AddRange |
Adds the elements of an ICollection to the end of the ArrayList.
(Inherited from ArrayList.) |
![]() | BinarySearch | Overloaded. |
![]() | Clear |
Removes all elements from the ArrayList.
(Inherited from ArrayList.) |
![]() | Clone |
Creates a shallow copy of the ArrayList.
(Inherited from ArrayList.) |
![]() | Contains |
Determines whether an element is in the ArrayList.
(Inherited from ArrayList.) |
![]() | CopyTo | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetEnumerator | Overloaded. |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetRange | (Inherited from ArrayList.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | IndexOf | Overloaded. |
![]() | Insert |
Inserts an element into the ArrayList at the specified index.
(Inherited from ArrayList.) |
![]() | InsertRange |
Inserts the elements of a collection into the ArrayList at the specified index.
(Inherited from ArrayList.) |
![]() | LastIndexOf | Overloaded. |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific object from the ArrayList.
(Inherited from ArrayList.) |
![]() | RemoveAt |
Removes the element at the specified index of the ArrayList.
(Inherited from ArrayList.) |
![]() | RemoveRange |
Removes a range of elements from the ArrayList.
(Inherited from ArrayList.) |
![]() | Reverse | Overloaded. |
![]() | SetRange |
Copies the elements of a collection over a range of elements in the ArrayList.
(Inherited from ArrayList.) |
![]() | Sort | Overloaded. |
![]() | ToArray | Overloaded. |
![]() | ToString | (Inherited from Object.) |
![]() | TrimToSize |
Sets the capacity to the actual number of elements in the ArrayList.
(Inherited from ArrayList.) |