ImmutableSortedSet<T>.Builder.IntersectWith メソッド

定義

指定されたコレクションに存在する要素だけが含まれるように現在のセットを変更します。

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

パラメーター

other
IEnumerable<T>

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

実装

適用対象