Click or drag to resize
Sandcastle XML Comments GuideSetDocumentationUnionWith Method
Modifies the current set so that it contains all elements that are present in both the current set and in the specified collection.

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public void UnionWith(
	IEnumerable<int> other
)

Parameters

other
Type: System.Collections.GenericIEnumerableInt32
The collection to compare to the current set.

Implements

ISetTUnionWith(IEnumerableT)
Exceptions
ExceptionCondition
ArgumentNullExceptionother is null.
See Also