ReadOnlySet<T>.ISet<T>.ExceptWith(IEnumerable<T>) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all elements in the specified collection from the current set.
 virtual void System.Collections.Generic.ISet<T>.ExceptWith(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Generic::ISet<T>::ExceptWith;void ISet<T>.ExceptWith(System.Collections.Generic.IEnumerable<T> other);abstract member System.Collections.Generic.ISet<T>.ExceptWith : seq<'T> -> unit
override this.System.Collections.Generic.ISet<T>.ExceptWith : seq<'T> -> unitSub ExceptWith (other As IEnumerable(Of T)) Implements ISet(Of T).ExceptWithParameters
- other
- IEnumerable<T>
The collection of items to remove from the set.