JGR MSTS Editors and Tools
ReferenceOperator Constructor (op, reference)
NamespacesJgr.GrammarReferenceOperatorReferenceOperator(OperatorType, String)

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

Internal. Initializes a new instance of the ReferenceOperator class with a given OperatorType and reference.
Declaration Syntax
C#Visual BasicVisual C++
protected ReferenceOperator(
	OperatorType op,
	string reference
)
Protected Sub New ( _
	op As OperatorType, _
	reference As String _
)
protected:
ReferenceOperator(
	OperatorType op, 
	String^ reference
)
Parameters
op (OperatorType)
The OperatorType being constructed.
reference (String)
The reference for this operator.

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