C# jump statements

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

Comments

Popular posts from this blog

C# code to Check IE Proxy Settings

Convert XElement to DataTable