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.

Namespace:   System.Collections.Generic
Assembly:  System (in System.dll)

public:
virtual void UnionWith(
	IEnumerable<T>^ other
) sealed

Parameters

other
Type: System.Collections.Generic::IEnumerable<T>^

The collection to compare to the current SortedSet<T> object.

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
Return to top
Show: