Method ExceptWith
ExceptWith(IEnumerable<T>)
Except operation with hashset. Regenerates internal list from new hashset.
Declaration
public void ExceptWith(IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | other | Enumerable to except with. |