Click to expand
Sandcastle XML Comments Guide

SetDocumentation UnionWith 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.Generic IEnumerable Int32 
The collection to compare to the current set.

Implements

ISet T  UnionWith(IEnumerable T )
Exceptions
ExceptionCondition
ArgumentNullExceptionother is null.
See Also

Reference