Compartilhar via


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

Definição

Remove todos os elementos na coleção especificada do conjunto de hash.

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

Parâmetros

other
IEnumerable<T>

A coleção de itens a serem removidos do conjunto de hash atual.

Implementações

Aplica-se a