Method ExceptWith
ExceptWith(IEnumerable<T>)
Removes all elements in the specified collection from the current set.
Declaration
public virtual void ExceptWith(IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | other | The collection of items to remove from the set. |