Click or drag to resize

StringSet Constructor (String)

Construct the set from the specified array of strings.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public StringSet(
	string[] arr
)

Parameters

arr
Type: SystemString
The array of strings to add.
See Also