CodeGenerator.GenerateEntryPointMethod Metod

Definition

Genererar kod för den angivna startpunktsmetoden.

protected:
 abstract void GenerateEntryPointMethod(System::CodeDom::CodeEntryPointMethod ^ e, System::CodeDom::CodeTypeDeclaration ^ c);
protected abstract void GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod e, System.CodeDom.CodeTypeDeclaration c);
abstract member GenerateEntryPointMethod : System.CodeDom.CodeEntryPointMethod * System.CodeDom.CodeTypeDeclaration -> unit
Protected MustOverride Sub GenerateEntryPointMethod (e As CodeEntryPointMethod, c As CodeTypeDeclaration)

Parametrar

e
CodeEntryPointMethod

Startpunkten för koden.

c
CodeTypeDeclaration

Koden som deklarerar typen.

Gäller för

Se även