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

CodeCommentStatement() public method

public CodeCommentStatement ( CodeComment comment ) : System.Diagnostics
comment CodeComment
return System.Diagnostics
        public CodeCommentStatement(CodeComment comment) {
            this.comment = comment;
        }

Same methods

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