MCQs > IT & Programming > C# > Which is the correct way to enumerate an Enum in C#?

C# MCQs

Which is the correct way to enumerate an Enum in C#?

Answer

Correct Answer: foreach (Suit suit in Enum.GetValues(typeof(Suit))) { }

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it