This topic has not yet been rated - Rate this topic

BinaryExpression Properties

The BinaryExpression type exposes the following members.

  Name Description
Public property CanReduce Gets a value that indicates whether the expression tree node can be reduced. (Overrides Expression.CanReduce.)
Public property Conversion Gets the type conversion function that is used by a coalescing or compound assignment operation.
Public property IsLifted Gets a value that indicates whether the expression tree node represents a lifted call to an operator.
Public property IsLiftedToNull Gets a value that indicates whether the expression tree node represents a lifted call to an operator whose return type is lifted to a nullable type.
Public property Left Gets the left operand of the binary operation.
Public property Method Gets the implementing method for the binary operation.
Public property NodeType Gets the node type of this Expression. (Inherited from Expression.)
Public property Right Gets the right operand of the binary operation.
Public property Type Gets the static type of the expression that this Expression represents. (Inherited from Expression.)
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ