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>

現在のハッシュ セットと比較するコレクション。

実装

適用対象