Method RemoveRange
RemoveRange(IEnumerable<T?>?)
Removes the given items from the collector
Declaration
bool RemoveRange(IEnumerable<in T?>? items)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | items | The collection of items to remove |
Returns
| Type | Description |
|---|---|
| bool | True if any of the given items has been found in the collector and has been successfully removed |