StringList Constructor (ArrayList) |
Construct from an ArrayList.
An ArrayList contains a list of objects. These objects are assumed to be strings, but for
safety are converted to strings using
ToString(Object) when added to the list.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public StringList(
ArrayList list
)
Public Sub New (
list As ArrayList
)
Parameters
- list
- Type: System.CollectionsArrayList
The ArrayList from which to initialize, may be null or empty.
See Also