BinaryExpression Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
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

Show:
© 2017 Microsoft