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.2 Struct members
Paragraph 11 The members of a struct consist of the members introduced by its struct-member-declarations and the members inherited from the type System.ValueType. struct-member-declarations : struct-member-declaration struct-member-declarations struct-member-declaration struct-member-declaration : constant-declaration field-declaration method-declaration property-declaration event-declaration indexer-declaration operator-declaration constructor-declaration static-constructor-declaration type-declaration
Paragraph 21 Except for the differences noted in §18.3, the descriptions of class members provided in §17.2 through §17.11 apply to struct members as well. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

