CodeGenerator::GenerateExpression Method (CodeExpression^)
.NET Framework (current version)
Generates code for the specified code expression.
Assembly: System (in System.dll)
Parameters
- e
-
Type:
System.CodeDom::CodeExpression^
The code expression to generate code for.
| Exception | Condition |
|---|---|
| ArgumentNullException | e is null. |
| ArgumentException | e is not a valid CodeStatement. |
.NET Framework
Available since 1.1
Available since 1.1
Show: