Enum

C# Enum

In C#, Enum is a value type whose members are named constant and its underlying value is integer.

Posted February 20, 2021 by Byte in The Sky ‐ 3 min read