Click or drag to resize

StringList Constructor (String)

Construct from string array.

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

Parameters

list
Type: SystemString
The array from which to initialize, may be null or empty.
See Also