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 Hary Prabowo Suryoatmojo ‐ 3 min read