다음을 통해 공유


ObservableHashSet<T>.SymmetricExceptWith(IEnumerable<T>) 메서드

정의

현재 해시 집합을 수정하여 해당 개체 또는 지정된 컬렉션에 있는 요소만 포함하지만 둘 다 포함하지는 않습니다.

public virtual void SymmetricExceptWith (System.Collections.Generic.IEnumerable<T> other);
abstract member SymmetricExceptWith : seq<'T> -> unit
override this.SymmetricExceptWith : seq<'T> -> unit
Public Overridable Sub SymmetricExceptWith (other As IEnumerable(Of T))

매개 변수

other
IEnumerable<T>

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

구현

적용 대상