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
)
Public Function Intersection (
set As StringSet
) As StringSet
Parameters
- set
- Type: NetQuarryStringSet
The StringSet with which to intersect.
Return Value
Type:
StringSetA new StringSet containing the intersection.
See Also