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


10 Basic concepts
10.5 Member access
Paragraph 11 Declarations of members allow control over member access. 2 The accessibility of a member is established by the declared accessibility (§10.5.1) of the member combined with the accessibility of the immediately containing type, if any.
Paragraph 21 When access to a particular member is allowed, the member is said to be accessible. 2 Conversely, when access to a particular member is disallowed, the member is said to be inaccessible. 3 Access to a member is permitted when the textual location in which the access takes place is included in the accessibility domain (§10.5.2) of the member. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

