Bagikan melalui


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

Definisi

Menghapus semua elemen dalam koleksi yang ditentukan dari set 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))

Parameter

other
IEnumerable<T>

Kumpulan item yang akan dihapus dari set hash saat ini.

Penerapan

Berlaku untuk