ImmutableHashSet<T>.IImmutableSet<T>.Intersect 메서드

정의

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

 virtual System::Collections::Immutable::IImmutableSet<T> ^ System.Collections.Immutable.IImmutableSet<T>.Intersect(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Immutable::IImmutableSet<T>::Intersect;
System.Collections.Immutable.IImmutableSet<T> IImmutableSet<T>.Intersect (System.Collections.Generic.IEnumerable<T> other);
abstract member System.Collections.Immutable.IImmutableSet<T>.Intersect : seq<'T> -> System.Collections.Immutable.IImmutableSet<'T>
override this.System.Collections.Immutable.IImmutableSet<T>.Intersect : seq<'T> -> System.Collections.Immutable.IImmutableSet<'T>
Function Intersect (other As IEnumerable(Of T)) As IImmutableSet(Of T) Implements IImmutableSet(Of T).Intersect

매개 변수

other
IEnumerable<T>

현재 집합과 비교할 컬렉션입니다.

반환

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

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ImmutableHashSet<T> 인스턴스가 IImmutableSet<T> 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상