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