CodeGenerator.GenerateComment(CodeComment) Method

Definition

Generates code for the specified comment.

protected:
 abstract void GenerateComment(System::CodeDom::CodeComment ^ e);
protected abstract void GenerateComment (System.CodeDom.CodeComment e);
abstract member GenerateComment : System.CodeDom.CodeComment -> unit
Protected MustOverride Sub GenerateComment (e As CodeComment)

Parameters

e
CodeComment

A CodeComment to generate code for.

Applies to

See also