Adds the split values from delimitedValues to the collection. The string is split using the Delimiter property.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public int AddDelimited(
	string delimitedValues
)
Visual Basic
Public Function AddDelimited ( 
	delimitedValues As String
) As Integer

Parameters

delimitedValues
Type: System..::..String
The delimited values.

Return Value

Type: Int32
The number of values added.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThrown when delimitedValues is null.

See Also