JGR MSTS Editors and Tools
NamedReferenceOperator Constructor (name, reference)
NamespacesJgr.GrammarNamedReferenceOperatorNamedReferenceOperator(String, String)

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

Initializes a new instance of the NamedReferenceOperator class with a given name and reference.
Declaration Syntax
C#Visual BasicVisual C++
public NamedReferenceOperator(
	string name,
	string reference
)
Public Sub New ( _
	name As String, _
	reference As String _
)
public:
NamedReferenceOperator(
	String^ name, 
	String^ reference
)
Parameters
name (String)
The name for this reference.
reference (String)
The reference for this operator.

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