CodeGenerator.GenerateCommentStatements Metod

Definition

Genererar kod för de angivna kommentarsuttrycken.

protected:
 virtual void GenerateCommentStatements(System::CodeDom::CodeCommentStatementCollection ^ e);
protected virtual void GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection e);
abstract member GenerateCommentStatements : System.CodeDom.CodeCommentStatementCollection -> unit
override this.GenerateCommentStatements : System.CodeDom.CodeCommentStatementCollection -> unit
Protected Overridable Sub GenerateCommentStatements (e As CodeCommentStatementCollection)

Parametrar

e
CodeCommentStatementCollection

Uttrycket som ska generera kod för.

Gäller för

Se även