Mono Class Library: System.CodeDom.CodeComment Overview | Members

System.CodeDom.CodeComment Constructor

Creates a System.CodeDom.CodeComment with the CodeComment.Text property initialized to the specified string. The docComment argument signifies whether the comment should be a regular comment or a document line.

public CodeComment (string text, bool docComment)

Parameters

text
String the Comment property of this object is to be initialized to.
docComment
If true, specifies a documentation comment; otherwise a regular comment is produced.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0