Select Page
C# Enum: Learning the Essentials in Lesson 17

C# Enum: Learning the Essentials in Lesson 17

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...