Mono Class Library: OverviewSystem.CodeDom.CodeComment: Members |
The members of System.CodeDom.CodeComment are listed below.
See Also: Inherited members from System.CodeDom.CodeObject
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.
DocComment bool. If true, specifies a documentation comment; otherwise a regular comment is produced. Text string. String to be used in the comment generated.