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 Keywords (C# Reference)

Concepts

C# Programming Guide

Other Resources

C# Reference