Method RemoveAll
RemoveAll(Collections.Generic.IEnumerable<T>)
Remove all items in a supplied collection from this set.
Declaration
public virtual void RemoveAll(Collections.Generic.IEnumerable<T> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | items | The items to remove. |