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