ImmutableHashSet<T>.SymmetricExcept(IEnumerable<T>) Metodo

Definizione

Crea un set di hash non modificabile che contiene solo gli elementi presenti nel set corrente o nella raccolta specificata, ma non entrambi.

public:
 System::Collections::Immutable::ImmutableHashSet<T> ^ SymmetricExcept(System::Collections::Generic::IEnumerable<T> ^ other);
public System.Collections.Immutable.ImmutableHashSet<T> SymmetricExcept(System.Collections.Generic.IEnumerable<T> other);
member this.SymmetricExcept : seq<'T> -> System.Collections.Immutable.ImmutableHashSet<'T>
Public Function SymmetricExcept (other As IEnumerable(Of T)) As ImmutableHashSet(Of T)

Parametri

other
IEnumerable<T>

Raccolta da confrontare con il set corrente.

Valori restituiti

Nuovo set che contiene gli elementi presenti solo nel set corrente o nella raccolta specificata, ma non entrambi.

Si applica a