CodeGenerator::GenerateNamespaceEnd Method (CodeNamespace^)

 

Generates code for the end of a namespace.

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

protected:
virtual void GenerateNamespaceEnd(
	CodeNamespace^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeNamespace^

The namespace to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: