Method ExceptWith ExceptWith(IEnumerable<TValue>) Removes all items in the specified collection from the current set. Declaration public void ExceptWith(IEnumerable<TValue> other) Parameters Type Name Description IEnumerable<TValue> other Implements ISet<T>.ExceptWith(IEnumerable<T>)