UnaryExpression Properties
Collapse the table of content
Expand the table of content

UnaryExpression Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The UnaryExpression 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 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 Method Gets the implementing method for the unary operation.
Public property NodeType Returns the node type of this Expression. (Overrides Expression.NodeType.)
Public property Operand Gets the operand of the unary operation.
Public property Type Gets the static type of the expression that this Expression represents. (Overrides Expression.Type.)
Top

Show:
© 2017 Microsoft