Outputs the usage.

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

Syntax

C#
public void OutputUsage(
	string rawLine,
	string targetExtension
)
Visual Basic
Public Sub OutputUsage ( 
	rawLine As String,
	targetExtension As String
)

Parameters

rawLine
Type: System..::..String
The raw line.
targetExtension
Type: System..::..String
The target extension.

See Also