C# Class System.CodeDom.CodeCommentStatement

Inheritance: CodeStatement
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

CodeCommentStatement() public méthode

public CodeCommentStatement ( CodeComment comment ) : System.Diagnostics
comment CodeComment
Résultat System.Diagnostics

CodeCommentStatement() public méthode

public CodeCommentStatement ( string text ) : System.Diagnostics
text string
Résultat System.Diagnostics

CodeCommentStatement() public méthode

public CodeCommentStatement ( string text, bool docComment ) : System.Diagnostics
text string
docComment bool
Résultat System.Diagnostics