1
Reply

What is a enumeration in C#?

    An enumeration is a set of named integer constants. An enumerated type is declared using the enum keyword.