Changes

Jump to: navigation, search

The C Sharp switch Statement

5 bytes removed, 21:32, 15 January 2008
Using the switch Statement
The syntax for a C# ''switch'' statement is as follows:
switch (''expressionvalue'')<br>
{
case ''constant'':<br>

Navigation menu