CodeGenerator.GenerateCommentStatements Method

Definition

Generates code for the specified comment statements.

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)

Parameters

e
CodeCommentStatementCollection

The expression to generate code for.

Applies to

See also