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

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