UnaryMinusExpression Properties
An unary negation operator.Name | Description |
---|---|
BracketsCount | Gets or sets the number of pairs of parentheses in which the expression is enclosed. Inherited from Expression. |
InnerExpression | Gets or sets the operand on which the unary operator acts. Inherited from UnaryOperatorExpression. |
OperatorText | Gets the symbols that designate the operation. |
See Also