[]
Represents an expression with a unary operator applied to a single operand as the expression.
public class UnaryOperatorExpression : Expression
Public Class UnaryOperatorExpression
Inherits Expression
| Name | Description |
|---|---|
| UnaryOperatorExpression(UnaryOperatorInfo, Expression) | Creates an expression representing a unary operator applied to a single operand. |
| Name | Description |
|---|---|
| Arg | Gets the operand for the expression. |
| Operator | Gets the operator for the expression. |