Click or drag to resize

StringSet Constructor (StringCollection)

Construct the set from a StringCollection object.

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

Parameters

col
Type: System.Collections.SpecializedStringCollection
The StringCollection object from shich to construct.
See Also