CodeGenerator::GenerateIterationStatement Method (CodeIterationStatement^)
.NET Framework (current version)
Generates code for the specified iteration statement.
Assembly: System (in System.dll)
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
Available since 1.1
Show: