ISet<T>.IntersectWith(IEnumerable<T>) 메서드

정의

지정된 컬렉션에도 있는 요소만 포함되도록 현재 집합을 수정합니다.

public:
 void IntersectWith(System::Collections::Generic::IEnumerable<T> ^ other);
public void IntersectWith (System.Collections.Generic.IEnumerable<T> other);
abstract member IntersectWith : seq<'T> -> unit
Public Sub IntersectWith (other As IEnumerable(Of T))

매개 변수

other
IEnumerable<T>

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

예외

other이(가) null인 경우

설명

이 메서드는 .other

적용 대상