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.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
Parameters
- other
- Type: System.Collections.Generic IEnumerable Int32
The collection to compare to the current set.
Implements
ISet T UnionWith(IEnumerable T )Exceptions
Exception | Condition |
---|---|
ArgumentNullException | other is null. |
See Also