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


17 Classes
17.1 Class declarations
Paragraph 11 A class-declaration is a type-declaration (§16.5) that declares a new class. class-declaration : attributesopt class-modifiersopt class identifier class-baseopt class-body ;opt
Paragraph 21 A class-declaration consists of an optional set of attributes (§24), followed by an optional set of class-modifiers (§17.1.1), followed by the keyword class and an identifier that names the class, followed by an optional class-base specification (§17.1.2), followed by a class-body (§17.1.3), optionally followed by a semicolon. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

