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


18 Structs
18.1 Struct declarations
Paragraph 11 A struct-declaration is a type-declaration (§16.5) that declares a new struct: struct-declaration : attributesopt struct-modifiersopt struct identifier struct-interfacesopt struct-body ;opt
Paragraph 21 A struct-declaration consists of an optional set of attributes (§24), followed by an optional set of struct-modifiers (§18.1.1), followed by the keyword struct and an identifier that names the struct, followed by an optional struct-interfaces specification (§18.1.2), followed by a struct-body (§18.1.3), optionally followed by a semicolon. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

