Click to expand
Sandcastle XML Comments Guide

SetDocumentation ExceptWith Method

Removes all elements in the specified collection from the current set.

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

Parameters

other
Type: System.Collections.Generic IEnumerable Int32 
The collection of items to remove from the set.

Implements

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

Reference