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

정의

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

 virtual void System.Collections.Generic.ISet<T>.IntersectWith(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Generic::ISet<T>::IntersectWith;
void ISet<T>.IntersectWith (System.Collections.Generic.IEnumerable<T> other);
abstract member System.Collections.Generic.ISet<T>.IntersectWith : seq<'T> -> unit
override this.System.Collections.Generic.ISet<T>.IntersectWith : seq<'T> -> unit
Sub IntersectWith (other As IEnumerable(Of T)) Implements ISet(Of T).IntersectWith

매개 변수

other
IEnumerable<T>

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

구현

적용 대상