Partage via


ReadOnlySet<T>.ISet<T>.SymmetricExceptWith Méthode

Définition

Modifie le jeu actuel de sorte qu’il contient uniquement des éléments présents dans le jeu actuel ou dans la collection spécifiée, mais pas les deux.

 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

Paramètres

other
IEnumerable<T>

Collection à comparer au jeu actuel.

Implémente

S’applique à