CodeGenerator::GenerateExpressionStatement Method (CodeExpressionStatement^)
.NET Framework (current version)
Generates code for the specified expression statement.
Assembly: System (in System.dll)
protected: virtual void GenerateExpressionStatement( CodeExpressionStatement^ e ) abstract
Parameters
- e
-
Type:
System.CodeDom::CodeExpressionStatement^
The statement to generate code for.
.NET Framework
Available since 1.1
Available since 1.1
Show: