ISet<T>.ExceptWith(IEnumerable<T>) Method
Removes all elements in the specified collection from the current set.
public procedure ExceptWith(const other: IEnumerable<T>);
Parameters
- other
- Type: IEnumerable<T>
The collection of items to remove from the set.
- Spring.EArgumentNullException
- other is nil.