Mono Class Library: Overview

System.CodeDom.CodeComment: Members

The members of System.CodeDom.CodeComment are listed below.

See Also: Inherited members from System.CodeDom.CodeObject

Public Constructors

Generates a CodeComment with an uninitialized CodeComment.Text property.
Creates a System.CodeDom.CodeComment with the CodeComment.Text property initialized to the specified string.
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 Properties

DocCommentbool. If true, specifies a documentation comment; otherwise a regular comment is produced.
Textstring. String to be used in the comment generated.