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>

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

반품

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

적용 대상