SyntaxFix
Write A Post
Hire A Developer
Questions
foreach (Suit suit in (Suit[]) Enum.GetValues(typeof(Suit))) { }
Note: The cast to (Suit[]) is not strictly necessary, but it does make the code 0.5 ns faster.
(Suit[])