CodeGenerator::GenerateBinaryOperatorExpression Method (CodeBinaryOperatorExpression^)

 

Generates code for the specified binary operator expression.

Namespace:   System.CodeDom.Compiler
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
Return to top
Show: