C# Class System.CodeDom.CodeCommentStatement

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

Public Methods

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

Method Details

CodeCommentStatement() public method

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

CodeCommentStatement() public method

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

CodeCommentStatement() public method

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

CodeCommentStatement() public method

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