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


21 Enums
21.2 Enum modifiers
Paragraph 11 An enum-declaration may optionally include a sequence of enum modifiers: enum-modifiers : enum-modifier enum-modifiers enum-modifier enum-modifier : new public protected internal private 2 It is a compile-time error for the same modifier to appear multiple times in an enum declaration.
Paragraph 21 The modifiers of an enum declaration have the same meaning as those of a class declaration (§17.1.1). 2 Note, however, that the abstract and sealed modifiers are not permitted in an enum declaration. 3 Enums cannot be abstract and do not permit derivation. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

