ObservableHashSet<T>.SymmetricExceptWith(IEnumerable<T>) Método

Definición

Modifica el conjunto hash actual para que contenga solo los elementos presentes en ese objeto o en la colección especificada, pero no en ambos.

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

Parámetros

other
IEnumerable<T>

Colección que se va a comparar con el conjunto hash actual.

Implementaciones

Se aplica a