ImmutableHashSet<T>.ISet<T>.ExceptWith Metoda

Definice

Odebere všechny prvky v zadané kolekci z aktuální sady.

 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> -> unit
Sub ExceptWith (other As IEnumerable(Of T)) Implements ISet(Of T).ExceptWith

Parametry

other
IEnumerable<T>

Kolekce položek, které chcete odebrat.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v ImmutableHashSet<T> případě, že je instance přetypovaná na ISet<T> rozhraní.

Platí pro