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