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

CodeComment() public method

public CodeComment ( string text ) : System.Diagnostics
text string
return System.Diagnostics
        public CodeComment(string text) {
            Text = text;
        }

Same methods

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