Aracılığıyla paylaş


CodeGenerator.GenerateTypeStart(CodeTypeDeclaration) Yöntem

Tanım

Sınıfın belirtilen başlangıcı için kod oluşturur.

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

Parametreler

e
CodeTypeDeclaration

Kod oluşturulacak sınıfın başlangıcı.

Şunlara uygulanır

Ayrıca bkz.