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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next