CodeGenerator::GenerateTypeStart Method (CodeTypeDeclaration^)

 

Generates code for the specified start of the class.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateTypeStart(
	CodeTypeDeclaration^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeTypeDeclaration^

The start of the class to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: