| DelimitedStringList Constructor (String) | 
 
            Initializes a new instance of the 
ListT class that is empty and has the default initial capacity.
            
 
    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(
	string delimiter
)
Public Sub New ( 
	delimiter As String
)
Parameters
- delimiter
 - Type: SystemString
 
See Also