Monthly Archive: February 2009

How do you enumerate through a Enum? 0

How do you enumerate through a Enum?

I am trying to perform an action for each item inside an Enumeration. In other words, I want to be able to use the foreach statement with an enumeration. How do you loop with...