Removes all elements in the specified collection from the current set.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
Parameters
- other
- Type: System.Collections.Generic IEnumerable Int32
The collection of items to remove from the set.
Implements
ISet T ExceptWith(IEnumerable T )Exceptions
Exception | Condition |
---|---|
ArgumentNullException | other is null. |
See Also