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