[]
Removes the specified T from the collection.
T
public void Remove(T value)
Public Sub Remove(value As T)
The T to remove from the collection.
The specified object is not found in the collection.