BinaryExpression Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The BinaryExpression type exposes the following members.

Properties

  Name Description
Public property CanReduce Gets a value that indicates whether the expression tree node can be reduced. (Overrides Expression.CanReduce.)
Public propertySupported by Silverlight for Windows Phone Conversion Gets the type conversion function that is used by a coalescing or compound assignment operation.
Public propertySupported by Silverlight for Windows Phone IsLifted Gets a value that indicates whether the expression tree node represents a lifted call to an operator.
Public propertySupported by Silverlight for Windows Phone 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 propertySupported by Silverlight for Windows Phone Left Gets the left operand of the binary operation.
Public propertySupported by Silverlight for Windows Phone Method Gets the implementing method for the binary operation.
Public propertySupported by Silverlight for Windows Phone NodeType Gets the node type of this Expression. (Inherited from Expression.)
Public propertySupported by Silverlight for Windows Phone Right Gets the right operand of the binary operation.
Public propertySupported by Silverlight for Windows Phone Type Gets the static type of the expression that this Expression represents. (Inherited from Expression.)

Top