DelimitedStringList Constructor (String) |
Initializes a new instance of the
ListT class that is empty and has the default initial capacity.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public DelimitedStringList(
string delimiter
)
Public Sub New (
delimiter As String
)
Parameters
- delimiter
- Type: SystemString
See Also