The Collection<(Of <(<'TElement>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an element to the collection.
| |
| AddRange |
Add an array of elements.
| |
| Clear |
Clears the collection.
| |
| Contains |
Returns true if the list contains the given element.
| |
| CopyTo |
Copies the elements of the collection to the specified array.
| |
| GetEnumerator |
Returns an iterator for the collection.
| |
| IndexOf |
Get the index of the given element in the collection.
| |
| Insert |
Insert an element at a particular index.
| |
| Remove |
Remove a particular element from the collection.
| |
| RemoveAt |
Removes the interactor at the given index.
| |
| Set |
Set the collection to hold only the given element.
|