Removes the specified item from the collection.
public bool Remove( T item )
Public Function Remove( ByVal item As T ) As Boolean
When an item is removed from the collection, all subsequent fields are moved up one position in the collection.