JGR MSTS Editors and Tools
BinaryOperator Constructor (op, left, right)
NamespacesJgr.GrammarBinaryOperatorBinaryOperator(OperatorType, Operator, Operator)

[This is preliminary documentation and is subject to change.]

Internal. Initializes a new instance of the BinaryOperator class with a given OperatorType and two Operator subexpressions.
Declaration Syntax
C#Visual BasicVisual C++
protected BinaryOperator(
	OperatorType op,
	Operator left,
	Operator right
)
Protected Sub New ( _
	op As OperatorType, _
	left As Operator, _
	right As Operator _
)
protected:
BinaryOperator(
	OperatorType op, 
	Operator^ left, 
	Operator^ right
)
Parameters
op (OperatorType)
The OperatorType being constructed.
left (Operator)
The left Operator subexpression.
right (Operator)
The right Operator subexpression.

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