How to

use goto statement

Published: 21. December 2008 | Updated: 21. December 2008
License: Microsoft Public License (MS-PL)
Categories: Framework
Tags: C# Visual Studio
Was this snippet helpful for you? YESYES / NONO

Snippet example shows how to use goto statement

Code

    goto My_Label;

    // code

My_Label:

    // code
Send us feedback about this snippet »



Related Snippets: