ImmutableSortedSet<T>.Union(IEnumerable<T>) 메서드

정의

지정된 항목 집합을 이 변경할 수 없는 정렬된 집합에 추가합니다.

public:
 System::Collections::Immutable::ImmutableSortedSet<T> ^ Union(System::Collections::Generic::IEnumerable<T> ^ other);
public System.Collections.Immutable.ImmutableSortedSet<T> Union (System.Collections.Generic.IEnumerable<T> other);
member this.Union : seq<'T> -> System.Collections.Immutable.ImmutableSortedSet<'T>
Public Function Union (other As IEnumerable(Of T)) As ImmutableSortedSet(Of T)

매개 변수

other
IEnumerable<T>

추가할 항목입니다.

반환

항목이 추가된 새 집합입니다. 모든 항목이 집합에 이미 있던 경우 원래 집합입니다.

설명

System.Collections.Immutable NuGet 패키지

변경할 수 없는 컬렉션 및 설치 방법 정보

적용 대상