Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.17 KB

File metadata and controls

33 lines (27 loc) · 1.17 KB
title Jump Statements (C# Reference)
ms.date 07/20/2015
ms.prod .net
ms.technology
devlang-csharp
ms.topic article
helpviewer_keywords
jump statements [C#]
branch statements [C#]
ms.assetid 58da6ae7-7388-491e-828f-e74485d87d53
caps.latest.revision 14
author BillWagner
ms.author wiwagn

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

C# Reference
C# Programming Guide
C# Keywords
Statement Keywords