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 패키지

변경할 수 없는 컬렉션 및 설치 방법 정보

적용 대상