ImmutableHashSet<T>.ISet<T>.SymmetricExceptWith Metoda

Definice

Upraví aktuální sadu tak, aby obsahovala pouze prvky, které jsou přítomné buď v aktuální množině, nebo v zadané kolekci, ale ne v obou.

 virtual void System.Collections.Generic.ISet<T>.SymmetricExceptWith(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Generic::ISet<T>::SymmetricExceptWith;
void ISet<T>.SymmetricExceptWith (System.Collections.Generic.IEnumerable<T> other);
abstract member System.Collections.Generic.ISet<T>.SymmetricExceptWith : seq<'T> -> unit
override this.System.Collections.Generic.ISet<T>.SymmetricExceptWith : seq<'T> -> unit
Sub SymmetricExceptWith (other As IEnumerable(Of T)) Implements ISet(Of T).SymmetricExceptWith

Parametry

other
IEnumerable<T>

Kolekce, která se má porovnat s aktuální sadou.

Implementuje

Poznámky

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

Platí pro