Partilhar via


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

Definição

Modifica o conjunto de hash atual para conter apenas os elementos presentes nesse objeto ou na coleção especificada, mas não 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>

A coleção a ser comparada com o conjunto de hash atual.

Implementações

Aplica-se a