The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ImmutableSortedSet<T>::Union Method (IEnumerable<T>^)
Adds a given set of items to this immutable sorted set.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- other
-
Type:
System.Collections.Generic::IEnumerable<T>^
The items to add.
Return Value
Type: System.Collections.Immutable::ImmutableSortedSet<T>^The new set with the items added; or the original set if all the items were already in the set.
Show: