System.CodeDom.CodeCommentStatement.CodeCommentStatement C# (CSharp) Method

CodeCommentStatement() public method

public CodeCommentStatement ( string text ) : System.Diagnostics
text string
return System.Diagnostics
        public CodeCommentStatement(string text) {
            comment = new CodeComment(text);
        }

Same methods

CodeCommentStatement::CodeCommentStatement ( ) : System.Diagnostics
CodeCommentStatement::CodeCommentStatement ( CodeComment comment ) : System.Diagnostics
CodeCommentStatement::CodeCommentStatement ( string text, bool docComment ) : System.Diagnostics
CodeCommentStatement