IImmutableSet<T>.Intersect(IEnumerable<T>) 메서드

정의

이 집합과 지정된 집합에 존재하는 요소만 포함된 변경할 수 없는 집합을 만듭니다.

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

매개 변수

other
IEnumerable<T>

현재 IImmutableSet<T>과 비교할 컬렉션입니다.

반환

두 집합 모두에 존재하는 요소가 포함된 변경할 수 없는 새 집합입니다.

적용 대상