[This is preliminary documentation and is subject to change.]
Internal. Initializes a new instance of the UnaryOperator class with a given OperatorType and Operator subexpression.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected UnaryOperator( OperatorType op, Operator right )
Protected Sub New ( _ op As OperatorType, _ right As Operator _ )
protected: UnaryOperator( OperatorType op, Operator^ right )
Parameters
- op (OperatorType)
- The OperatorType being constructed.