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.2 Class members
17.2.3 Access modifiers
Paragraph 11 A class-member-declaration can have any one of the five possible kinds of declared accessibility (§10.5.1): public, protected internal, protected, internal, or private. 2 Except for the protected internal combination, it is a compile-time error to specify more than one access modifier. 3 When a class-member-declaration does not include any access modifiers, private is assumed. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

