JGR MSTS Editors and Tools
OptionalOperator Constructor (right)
NamespacesJgr.GrammarOptionalOperatorOptionalOperator(Operator)

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

Initializes a new instance of the OptionalOperator class with a given Operator subexpression.
Declaration Syntax
C#Visual BasicVisual C++
public OptionalOperator(
	Operator right
)
Public Sub New ( _
	right As Operator _
)
public:
OptionalOperator(
	Operator^ right
)
Parameters
right (Operator)
The Operator subexpression.

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