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

定义

修改当前哈希集,以仅包含该对象和指定集合中存在的元素。

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

参数

other
IEnumerable<T>

要与当前哈希集进行比较的集合。

实现

适用于