Returns an array of strings that represents the current collection.

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

Syntax

C#
public string[] ToArray()
Visual Basic
Public Function ToArray As String()

Return Value

Type: array<String>[]()[][]
An array of strings that represents the current collection.

See Also