Changes

Jump to: navigation, search

The C Sharp switch Statement

50 bytes added, 21:32, 15 January 2008
Using the switch Statement
The syntax for a C# ''switch'' statement is as follows:
switch (''expression'')<br> {
case ''constant'':<br>
''statements''<br>
''statements''<br>
''break/jump''<br>
This syntax needs a little of explanation.

Navigation menu