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

CodeComment() public method

public CodeComment ( ) : System.Diagnostics
return System.Diagnostics
        public CodeComment() {
        }

Same methods

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