foreach enumerator c# Enum.GetValues(typeof())) code example Example: enum foreach foreach (Suit suit in (Suit[]) Enum.GetValues(typeof(Suit))) { }