SortedSet<T>.UnionWith Method (IEnumerable<T>)
.NET Framework (current version)
Modifies the current SortedSet<T> object so that it contains all elements that are present in either the current object or the specified collection.
Assembly: System (in System.dll)
Parameters
- other
-
Type:
System.Collections.Generic.IEnumerable<T>
The collection to compare to the current SortedSet<T> object.
Implements
ISet<T>.UnionWith(IEnumerable<T>)| Exception | Condition |
|---|---|
| ArgumentNullException | other is null. |
Any duplicate elements in other are ignored.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: