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
)
Public Sub New (
list As String()
)
Parameters
- list
- Type: SystemString
The array from which to initialize, may be null or empty.
See Also