| 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)
Syntaxpublic DelimitedStringList(
	IEnumerable<string> collection,
	string delimiter
)
Public Sub New ( 
	collection As IEnumerable(Of String),
	delimiter As String
)
Parameters
- collection
 - Type: System.Collections.GenericIEnumerableString
The collection whose elements are copied to the new list. - delimiter
 - Type: SystemString
The delimiter. 
Exceptions
See Also