use goto statement
Published: 21. December 2008 | Updated: 21. December 2008License: Microsoft Public License (MS-PL)
Categories: Framework
Tags: C# Visual Studio
Snippet example shows how to use goto statement
Code
goto My_Label; // code My_Label: // code
| Send us feedback about this snippet » |





