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
18.1.1 Struct modifiers
Paragraph 11 A struct-declaration may optionally include a sequence of struct modifiers: struct-modifiers : struct-modifier struct-modifiers struct-modifier struct-modifier : new public protected internal private
Paragraph 21 It is a compile-time error for the same modifier to appear multiple times in a struct declaration.
Paragraph 31 The modifiers of a struct declaration have the same meaning as those of a class declaration (§17.1.1). |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

