CodeGenerator::GenerateBinaryOperatorExpression Method (CodeBinaryOperatorExpression^)
.NET Framework (current version)
Generates code for the specified binary operator expression.
Assembly: System (in System.dll)
protected: virtual void GenerateBinaryOperatorExpression( CodeBinaryOperatorExpression^ e )
Parameters
- e
-
Type:
System.CodeDom::CodeBinaryOperatorExpression^
A CodeBinaryOperatorExpression that indicates the expression to generate code for.
| Exception | Condition |
|---|---|
| ArgumentNullException | e is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: