ObservableHashSet<T>.ExceptWith(IEnumerable<T>) 方法

定义

从哈希集中删除指定集合中的所有元素。

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

参数

other
IEnumerable<T>

要从当前哈希集中删除的项的集合。

实现

适用于