Mono Class Library: OverviewSystem.CodeDom.CodeCommentStatement: Members |
The members of System.CodeDom.CodeCommentStatement are listed below.
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.
Comment CodeComment. This is the text of the comment to be generated.