C# jump statements

break;
continue;
goto identifier;
goto case constant-expression;
goto default;
return [expression];
throw [ expressionopt];

Comments

Popular posts from this blog

Convert XElement to DataTable

Enable mouse scroll-wheel in VB6

C# code to Check IE Proxy Settings