Click or drag to resize
Sandcastle XML Comments GuideSetDocumentationExceptWith 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.GenericIEnumerableInt32
The collection of items to remove from the set.

Implements

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