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

정의

현재 SortedSet<T> 개체 또는 지정된 컬렉션에 있는 모든 요소를 포함할 수 있도록 현재 개체를 수정합니다.

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

매개 변수

other
IEnumerable<T>

현재 SortedSet<T> 개체와 비교할 컬렉션입니다.

구현

예외

othernull입니다.

설명

중복된 요소는 other 무시됩니다.

적용 대상