CodeGenerator.GenerateTypeEnd(CodeTypeDeclaration) 方法

定義

為指定的類別結尾產生程式碼。

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

參數

e
CodeTypeDeclaration

要為其產生程式碼的類別結尾。

適用於

另請參閱