CodeGenerator.GenerateComment(CodeComment) 方法
定义
为指定的注释生成代码。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)
参数
要为其生成代码的 CodeComment。A CodeComment to generate code for.