Related resources for ENUMERATION in C#
  • Enum in C# 116/12/2023 8:40:47 AM. C# enum is a value type with a set of related named constants often referred to as an enumerator list.
  • Working With Flagged Enumerations in C#10/2/2013 11:46:52 AM. Here you will see how flags enumerations are used for masking bit fields and doing bitwise comparisons.
  • Enumeration in C#12/7/2010 8:47:28 PM. In this article you will learn how to use Enumeration in C#.