ISet<T>.SymmetricExceptWith(IEnumerable<T>) Metodo

Definizione

Modifica il set corrente in modo che contenga solo elementi presenti in tale set o nella raccolta specificata, ma non in entrambi.

public:
 void SymmetricExceptWith(System::Collections::Generic::IEnumerable<T> ^ other);
public void SymmetricExceptWith (System.Collections.Generic.IEnumerable<T> other);
abstract member SymmetricExceptWith : seq<'T> -> unit
Public Sub SymmetricExceptWith (other As IEnumerable(Of T))

Parametri

other
IEnumerable<T>

Raccolta da confrontare con il set corrente.

Eccezioni

other è null.

Commenti

Tutti gli elementi duplicati in other vengono ignorati.

Si applica a