13 private readonly
bool hasLoopValue;
23 this.hasLoopValue =
true;
32 this.loopValue =
null;
33 this.hasLoopValue =
false;
Exception used to break a loop.
IElement LoopValue
Value to include in the loop's result.
ScriptBreakLoopException(IElement LoopValue)
Exception used to break a loop.
bool HasLoopValue
If LoopValue contains a value that should be included in the loop's result.
ScriptBreakLoopException()
Exception used to break a loop.
Base class for script exceptions.
Basic interface for all types of elements.