ImmutableHashSet<T>.Intersect(IEnumerable<T>) メソッド

定義

このセットと指定されたセットの両方に存在する要素を含む、変更できないハッシュ セットを作成します。

public:
 System::Collections::Immutable::ImmutableHashSet<T> ^ Intersect(System::Collections::Generic::IEnumerable<T> ^ other);
public System.Collections.Immutable.ImmutableHashSet<T> Intersect (System.Collections.Generic.IEnumerable<T> other);
member this.Intersect : seq<'T> -> System.Collections.Immutable.ImmutableHashSet<'T>
Public Function Intersect (other As IEnumerable(Of T)) As ImmutableHashSet(Of T)

パラメーター

other
IEnumerable<T>

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

戻り値

両方のセットに存在するすべての要素を含む、新しい変更できないセット。

適用対象