Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


11 Types
11.1 Value types
11.1.8 Enumeration types
Paragraph 11 An enumeration type is a distinct type with named constants. 2 Every enumeration type has an underlying type, which must be byte, sbyte, short, ushort, int, uint, long or ulong. 3 Enumeration types are defined through enumeration declarations (§21.1). |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

