JGR MSTS Editors and Tools
IsEnterBlockTime Property
NamespacesJgr.GrammarBnfStateIsEnterBlockTime

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

Returns a Boolean indicating whether the BnfState instance is expecting a call to EnterBlock()()()() next.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsEnterBlockTime { get; private set; }
Public Property IsEnterBlockTime As Boolean
	Get
	Private Set
public:
property bool IsEnterBlockTime {
	bool get ();
	private: void set (bool value);
}
Value

[Missing <value> documentation for "P:Jgr.Grammar.BnfState.IsEnterBlockTime"]

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