Click or drag to resize

StringList Constructor (StringCollection)

Construct from a StringCollection. One advantage of constructing a StringList from a StringCollection is that a StringList is ordered and can be sorted.

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

Parameters

collection
Type: System.Collections.SpecializedStringCollection
The initial collection of strings.
See Also