JGR MSTS Editors and Tools
UnaryOperator Constructor (op, right)
NamespacesJgr.GrammarUnaryOperatorUnaryOperator(OperatorType, Operator)

[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 BasicVisual 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.
right (Operator)
The Operator subexpression.

Assembly: JGR.Grammar (Module: JGR.Grammar) Version: 0.5.4008.31681