C# Class System.CodeDom.CodeComment

Inheritance: CodeObject
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Method Details

CodeComment() public method

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

CodeComment() public method

public CodeComment ( string text ) : System.Diagnostics
text string
return System.Diagnostics

CodeComment() public method

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