G Guest Jul 7, 2004 #1 Hi, I need to walk through the values in an enumeration, how is this accomplished. brgds Jesper
J Jon Skeet [C# MVP] Jul 7, 2004 #2 Jesper said: I need to walk through the values in an enumeration, how is this accomplished. Click to expand... See Enum.GetValues.
Jesper said: I need to walk through the values in an enumeration, how is this accomplished. Click to expand... See Enum.GetValues.