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.
| Name | Description | |
|---|---|---|
|
CanReduce | Gets a value that indicates whether the expression tree node can be reduced. (Overrides Expression.CanReduce.) |
|
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. |
|
Method | Gets the implementing method for the unary operation. |
|
NodeType | Returns the node type of this Expression. (Overrides Expression.NodeType.) |
|
Operand | Gets the operand of the unary operation. |
|
Type | Gets the static type of the expression that this Expression represents. (Overrides Expression.Type.) |
Show: