Method Remove
Remove(T?)
Removes the given item from the collector
Declaration
bool Remove(T? item)
Parameters
| Type | Name | Description |
|---|---|---|
| T | item | The item to remove |
Returns
| Type | Description |
|---|---|
| bool | True if the given item has been found in the collector and has been successfully removed |