blah blah blah is here! blah blah » Close

1
votes
1 answers

foreach trough an enum sort by name not by value

Hellow I couldn't find a search function so I do not know if my question's allready answered I can step trough a nummerated enum like: [code] public enum myEnum { STATUS_A = 2, STATUS_B = ...

Feedback