Extending Functionality in an Enum

Posted by Soham on Stack Overflow See other posts from Stack Overflow or by Soham
Published on 2010-04-27T04:15:55Z Indexed on 2010/04/27 4:23 UTC
Read the original article Hit count: 365

Filed under:
|

Consider I have an enum, which I have coded today. What are the possible ways to extend its functionality, or perhaps add more variables to it, on a later date? Will partial enums do the trick?

© Stack Overflow or respective owner

Related posts about c#

Related posts about enums