Jump Statements (C# Reference)
Branching is performed using jump statements, which cause an immediate transfer of the program control. The following keywords are used in jump statements:
See Also
Reference
C# Keywords
Statement Types (C# Reference)