The StringCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StringCollection | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Add | Adds a string to the collection.
(Overrides Collection<(Of <(T>)>)..::.Add(T).) | |
| Clear | Clears the collection.
(Inherited from Collection<(Of <(T>)>).) | |
| Contains | Does the given item exist in the collection.
(Inherited from Collection<(Of <(T>)>).) | |
| 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 | Gets the enumerator for the collection.
(Inherited from Collection<(Of <(T>)>).) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf | Index of the given item in the collection.
(Inherited from Collection<(Of <(T>)>).) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove | Remove the given item from the collection.
(Inherited from Collection<(Of <(T>)>).) | |
| RemoveAt | Remove the item at the given index from the collection.
(Inherited from Collection<(Of <(T>)>).) | |
| Sort | Overloaded. | |
| ToArray | Returns an array of the items in the collection.
(Inherited from Collection<(Of <(T>)>).) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| list | Internal list of items in the collection.
(Inherited from Collection<(Of <(T>)>).) | |
| quickSearch | Internal Dictionary of the collection used for searching.
(Inherited from Collection<(Of <(T>)>).) |
Properties
| Name | Description | |
|---|---|---|
| Count | Number of items in the collection.
(Inherited from Collection<(Of <(T>)>).) | |
| Item | Gets/Sets the value of the string at the given index.
(Overrides Collection<(Of <(T>)>)..::.Item[([(Int32])]).) |