Before you ask, I\'ve looked and looked for this on SO, and cannot find a solid answer.
I need to be able to dynamically iterate over an enum that has non-incre
Put them into an array or other container and iterate over that. If you modify the enum, you will have to update the code that puts them in the container.