Method RemoveAll
RemoveAll(Collections.Generic.IEnumerable<T>)
Remove all items in another collection from this one. If this collection has bag semantics, take multiplicities into account.
Declaration
void RemoveAll(Collections.Generic.IEnumerable<T> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | items | The items to remove. |