CodeGenerator::GenerateTypeEnd Method (CodeTypeDeclaration^)

 

Generates code for the specified end of the class.

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

protected:
virtual void GenerateTypeEnd(
	CodeTypeDeclaration^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeTypeDeclaration^

The end of the class to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: