다음을 통해 공유


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

정의

자체, 지정된 컬렉션 또는 둘 다에 있는 모든 요소를 포함하도록 해시 집합을 수정합니다.

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

매개 변수

other
IEnumerable<T>

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

구현

적용 대상