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

Definizione

Crea un set di hash non modificabile che contiene solo elementi presenti in tale set o nella raccolta specificata, ma non in 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.

Restituisce

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

Si applica a