Click to expand
Sandcastle XML Comments Guide

SetDocumentation IntersectWith Method

Modifies the current set so that it contains only elements that are also in a specified collection.

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

Parameters

other
Type: System.Collections.Generic IEnumerable Int32 
The collection to compare to the current set.

Implements

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

Reference