C# Class System.CodeDom.CodeComment

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

Méthodes publiques

Méthode Description
CodeComment ( ) : System.Diagnostics
CodeComment ( string text ) : System.Diagnostics
CodeComment ( string text, bool docComment ) : System.Diagnostics

Method Details

CodeComment() public méthode

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

CodeComment() public méthode

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

CodeComment() public méthode

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