Command |
Specifies that the execution of the containing loop should be terminate (perhaps prematurely). Execution is resumed at the command following the nearest LOOP_END.
public void AppendLoopBreak()
Causes execution to continue at the command following the nearest LOOP_END.