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

定義

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

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

パラメーター

other
IEnumerable<T>

このセットと交差するセット。

戻り値

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

注釈

System.Collections.Immutable NuGet パッケージ

不変コレクションとインストール方法について

適用対象