using enums in foreach code example Example: enum foreach foreach (Suit suit in (Suit[]) Enum.GetValues(typeof(Suit))) { }