Initializes a new instance of the DelimitedStringCollection class.

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

Syntax

C#
public DelimitedStringCollection(
	IEnumerable<string> collection
)
Visual Basic
Public Sub New ( 
	collection As IEnumerable(Of String)
)

Parameters

collection
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection.

See Also