[]
Removes an item from the collection.
public bool Remove(DoubleCollection item)
Public Function Remove(item As DoubleCollection) As Boolean
Type | Name | Description |
---|---|---|
DoubleCollection | item | Item. |
Type | Description |
---|---|
bool | true if item was successfully removed from the collection; otherwise, false. |