Archive

Posts Tagged ‘switch’

C# construction switch

May 25th, 2009 wiley No comments

A simple example of the structure switch, it still can not remember it:

switch (caseSwitch)
{
    case 1:
        makeEver1();
        break;
    case 2:
        makeEver2();
        break;
    default:
        makeEverDefault();
        break;
}

Unique visitors to post: 0

Categories: C# Tags: ,
Google Analytics integration offered by Wordpress Google Analytics Plugin