What is Enum in C#?. C# enum is a value type with a set of related named constants often referred as an enumerator list. The C# enum keyword is ...
確定! 回上一頁