BinaryExpression


Description:

public BinaryExpression (BinaryOperator op, Expression _left, Expression _right, SourceReference? source = null)

Creates a new binary expression.

Parameters:

op

binary operator

_left

left operand

_right

right operand

source

reference to source code

Returns:

newly created binary expression