Enumerations in C# – Free C# Tutorials

In this blog we will discuss about Enumerations in C# An enumeration is a user-defined integer type which provides a way of attaching names to  numbers. The enum keyword automatically enumerates a list of words assigning them values 0.1.2 and so on. This facility provides an alternative means of creating ‘constant’ variable names. The syntax of …

Enumerations in C# – Free C# Tutorials Read More »