The ICollection<(Of <(T>)>) type exposes the following members.

Methods

  NameDescription
Add
Adds the specified object to the collection.
Clear
Clears all objects from the collection.
Contains
Returns true if the given item exists in the collection.
(Inherited from IArray<(Of <(T>)>).)
GetEnumeratorOverloaded.
IndexOf
Gets the index of the given item in the collection.
(Inherited from IArray<(Of <(T>)>).)
Remove
Removes the specified object from the collection.
RemoveAt
Removes the object at the specified index.
SortOverloaded.
ToArray
Gets the collection to a standard array of the object type.
(Inherited from IArray<(Of <(T>)>).)

Properties

  NameDescription
Count
Gets the number of items in the collection.
(Inherited from IArray<(Of <(T>)>).)
ItemOverloaded.

See Also