Mono Class Library: Overview

System.CodeDom.CodeComment: Constructor Members

The constructors of System.CodeDom.CodeComment are listed below. For a list of all members, see the CodeComment Members list.

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.