[]
Represents the abstract base class for defining unary operators.
public abstract class UnaryOperatorInfo : OperatorInfo
Public MustInherit Class UnaryOperatorInfo
Inherits OperatorInfo
| Name | Description |
|---|---|
| UnaryOperatorInfo() |
| Name | Description |
|---|---|
| NegateOperator | Represents an instance of the unary negate operator. |
| PercentOperator | Represents an instance of the unary percent operator. |
| PlusOperator | Represents an instance of the unary plus operator. |
| Name | Description |
|---|---|
| Evaluate(object) | Returns the result of the operator applied to the operand. |