Removes the specified item from the collection.
.NET Syntax
|
virtual bool Remove(string value);
|
Java Syntax
|
virtual bool Remove(String value);
|
PHP Syntax
|
virtual bool Remove(string value);
|
- Parameters:
-
| value | (String/string) Input value |
- Returns:
- Returns true if removal was successful.