In Java, it\'s possible to have methods inside an enum.
Is there such possibility in C# or is it just a string collection and that\'s it?
I tried to override
You can write an extension method for your enum:
How to: Create a New Method for an Enumeration (C# Programming Guide)