BinaryExpression Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The BinaryExpression type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanReduce | Gets a value that indicates whether the expression tree node can be reduced. (Overrides Expression.CanReduce.) |
|
Conversion | Gets the type conversion function that is used by a coalescing or compound assignment operation. |
|
IsLifted | Gets a value that indicates whether the expression tree node represents a lifted call to an operator. |
|
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. |
|
Left | Gets the left operand of the binary operation. |
|
Method | Gets the implementing method for the binary operation. |
|
NodeType | Gets the node type of this Expression. (Inherited from Expression.) |
|
Right | Gets the right operand of the binary operation. |
|
Type | Gets the static type of the expression that this Expression represents. (Inherited from Expression.) |
Show: