CodeGenerator::GenerateStatement Method (CodeStatement^)

 

Generates code for the specified statement.

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

protected:
void GenerateStatement(
	CodeStatement^ e
)

Parameters

e
Type: System.CodeDom::CodeStatement^

The statement to generate code for.

Exception Condition
ArgumentException

e is not a valid CodeStatement.

.NET Framework
Available since 1.1
Return to top
Show: