Click or drag to resize
DelimitedStringList Constructor (IEnumerableString, String)
Initializes a new instance of the ListT class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public DelimitedStringList(
	IEnumerable<string> collection,
	string delimiter
)

Parameters

collection
Type: System.Collections.GenericIEnumerableString
The collection whose elements are copied to the new list.
delimiter
Type: SystemString
The delimiter.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is null.
See Also