CodeGenerator::GenerateIterationStatement Method (CodeIterationStatement^)

 

Generates code for the specified iteration statement.

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

protected:
virtual void GenerateIterationStatement(
	CodeIterationStatement^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeIterationStatement^

The statement to generate code for.

For most languages, this method will generate code for a for loop or a while loop.

.NET Framework
Available since 1.1
Return to top
Show: