CodeGenerator.GenerateTypeStart(CodeTypeDeclaration) Method

Definition

Generates code for the specified start of the class.

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)

Parameters

e
CodeTypeDeclaration

The start of the class to generate code for.

Applies to

See also