The StringCollection type exposes the following members.

Constructors

  NameDescription
StringCollectionOverloaded.

Methods

  NameDescription
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
Determines whether the specified Object is equal to the current Object.
(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>)>).)
SortOverloaded.
ToArray
Returns an array of the items in the collection.
(Inherited from Collection<(Of <(T>)>).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
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

  NameDescription
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])]).)

See Also