SyntaxFix
Write A Post
Hire A Developer
Questions
The break statement terminates the execution of the nearest enclosing do, for, switch, or while statement in which it appears. Control passes to the statement that follows the terminated statement.
break
do
for
switch
while
from msdn.