foreach (Suit suit in (Suit[]) Enum.GetValues(typeof(Suit))) { }
foreach (MyEnum enumValue in (MyEnum[]) Enum.GetValues(typeof(MyEnum))) { }