Related resources for enum in C#
  • Enumeration In C#9/10/2023 10:32:46 PM. In this article I explain how to use enum, create an enum and get values from an enum with their enumeration list.
  • How to add methods to an enum in C#8/23/2022 5:00:56 AM. Given that C# was influenced by C and C++, this is no surprise as enums in those languages only contain constants as well. However, Java allows enums to include methods so how can we do something simi