Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BinaryOperatorExpression Properties

A base class for binary operator expressions.
Name Description
BracketsCount Gets or sets the number of pairs of parentheses in which the expression is enclosed. Inherited from Expression.
LeftExpression Gets or sets the IExpression object specifying the left operand.
OperatorText Gets the symbols that designate the operation.
RightExpression Gets or sets the IExpression object specifying the right operand.
See Also