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

Definición

Quita todos los elementos de la colección especificada del conjunto 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>

Colección de elementos que se van a quitar del conjunto hash actual.

Implementaciones

Se aplica a