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

Syntax

C#
protected void WriteComment(
	TextWriter writer,
	string commentFormat,
	string comment
)
Visual Basic
Protected Sub WriteComment ( 
	writer As TextWriter,
	commentFormat As String,
	comment As String
)

Parameters

writer
Type: System.IO..::..TextWriter
commentFormat
Type: System..::..String
comment
Type: System..::..String

See Also