ISet<T>.ExceptWith(IEnumerable<T>) Method

Removes all elements in the specified collection from the current set.

Namespace: Spring.Collections
public
 procedure ExceptWith(const other: IEnumerable<T>);

Parameters

other
Type: IEnumerable<T>

The collection of items to remove from the set.