i've got a question thats borne purely out of curiosity. Just wondering if anyone has any insight as to why we are required to cast enums to int (or whatever base type is specified) when the type is ...
I'm slowly picking up the various C# programming idioms, but I seem to have run across a problem that seems simple but that I cannot manage to solve in a clean OO manner.<br><br>The problem: I want a ...