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

Definition

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

public virtual void ExceptWith (System.Collections.Generic.IEnumerable<T> other);
abstract member ExceptWith : seq<'T> -> unit
override this.ExceptWith : seq<'T> -> unit
Public Overridable Sub ExceptWith (other As IEnumerable(Of T))

Parameters

other
IEnumerable<T>

The collection of items to remove from the current hash set.

Implements

Applies to