[]
Removes an existing item from the collection.
public bool Remove(T item)
Public Function Remove(item As T) As Boolean
The item to remove.