Can I set static properties for an enum? for example:
enum animal{
cat, dog, elephant
}
if something is of type animal.elephant it can fetch a color value always returning grey?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Sep 18, 2009, 4:57 PM
here is a sample
patrickPosted Sep 18, 2009, 5:08 PM