C# enums

Author: Dimple

Added: November 24, 2010

Views: 342

Downloads: 3

| Share

Organisation/Institute: Hi-tech computers

Categories:

Tags: , , , , ,

Description:

This lesson explains how to use C# enums. 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
• Use assembly, type member, and type level attributes