SetDocumentationExceptWith Method

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

Definition

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

Parameters

other  IEnumerableInt32
The collection of items to remove from the set.

Implements

ISetTExceptWith(IEnumerableT)

Exceptions

See Also