Related resources for Enumerators in C#
  • Enumerators in C#12/23/2005 1:51:34 AM. Sample example shows you how to use enumerators in C#.
  • Enumerators in C#12/22/2005 10:53:42 PM. An enumeration (enum) is a special form of value type, which inherits from System.Enum and supplies alternate names for the values of an underlying primitive type.
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download