Mono Class Library: OverviewSystem.CodeDom.CodeCommentStatement: Constructor Members |
The constructors of System.CodeDom.CodeCommentStatement are listed below. For a list of all members, see the CodeCommentStatement Members list.
See Also: Inherited members from System.CodeDom.CodeStatement
Creates a System.CodeDom.CodeCommentStatement with an empty comment text. The CodeCommentStatement.Comment property should be used before emitting the code for the object. Creates a System.CodeDom.CodeCommentStatement initalized with the comment in the specified System.CodeDom.CodeComment object. Creates a System.CodeDom.CodeCommentStatement with the CodeCommentStatement.Comment property initialized to the specified string. Creates a System.CodeDom.CodeCommentStatement with the CodeCommentStatement.Comment property initialized to the specified string. The docComment argument signifies whether the comment is a regular comment or a document line.