UnaryExpression 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 UnaryExpression 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 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 Method Gets the implementing method for the unary operation.
Public propertySupported by Silverlight for Windows Phone NodeType Returns the node type of this Expression. (Overrides Expression.NodeType.)

In Silverlight for Windows Phone Windows Phone OS 7.1, this member is inherited from Expression.NodeType.

In XNA Framework Windows Phone OS 7.0, this member is inherited from Expression.NodeType.
Public propertySupported by Silverlight for Windows Phone Operand Gets the operand of the unary operation.
Public propertySupported by Silverlight for Windows Phone Type Gets the static type of the expression that this Expression represents. (Overrides Expression.Type.)

In Silverlight for Windows Phone Windows Phone OS 7.1, this member is inherited from Expression.Type.

In XNA Framework Windows Phone OS 7.0, this member is inherited from Expression.Type.

Top