C# for each value in a enum code example Example: enum foreach foreach (Suit suit in (Suit[]) Enum.GetValues(typeof(Suit))) { }