ImmutableHashSet<T>.ISet<T>.IntersectWith メソッド

定義

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

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

パラメーター

other
IEnumerable<T>

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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ImmutableHashSet<T> のインスタンスが ISet<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象