Click or drag to resize

StringSetIntersection Method (StringSet)

Create a new StringSet containing the intersection of the current StringSet and the specified StringSet.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public StringSet Intersection(
	StringSet set
)

Parameters

set
Type: NetQuarryStringSet
The StringSet with which to intersect.

Return Value

Type: StringSet
A new StringSet containing the intersection.
See Also