System.CodeDom.CodeCommentStatement.CodeCommentStatement C# (CSharp) Méthode

CodeCommentStatement() public méthode

public CodeCommentStatement ( ) : System.Diagnostics
Résultat System.Diagnostics
        public CodeCommentStatement() {
        }

Same methods

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