CodeGenerator::GenerateConditionStatement Method (CodeConditionStatement^)
.NET Framework (current version)
Generates code for the specified conditional statement.
Assembly: System (in System.dll)
Parameters
- e
-
Type:
System.CodeDom::CodeConditionStatement^
The statement to generate code for.
For most languages, this method will generate code for an if statement.
.NET Framework
Available since 1.1
Available since 1.1
Show: