CodeGenerator::GenerateVariableDeclarationStatement Method (CodeVariableDeclarationStatement^)

 

Generates code for the specified variable declaration statement.

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

protected:
virtual void GenerateVariableDeclarationStatement(
	CodeVariableDeclarationStatement^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeVariableDeclarationStatement^

The statement to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: