by Janice Friedman | Jun 18, 2019 | Lessons
This lesson explains how to use C# enum. Our objectives are as follows: Understand what an enum is. Be able to create new enum types. Learn how to use enums. Gain familiarity with System.Enum type methods. Enums Defined Enums are strongly typed constants. They are...