Udostępnij za pośrednictwem


ObservableHashSet<T>.ExceptWith(IEnumerable<T>) Metoda

Definicja

Usuwa wszystkie elementy w określonej kolekcji z zestawu skrótów.

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))

Parametry

other
IEnumerable<T>

Kolekcja elementów do usunięcia z bieżącego zestawu skrótów.

Implementuje

Dotyczy