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.4 Members
10.4.1 Namespace members
Paragraph 11 Namespaces and types that have no enclosing namespace are members of the global namespace. 2 This corresponds directly to the names declared in the global declaration space.
Paragraph 21 Namespaces and types declared within a namespace are members of that namespace. 2 This corresponds directly to the names declared in the declaration space of the namespace.
Paragraph 31 Namespaces have no access restrictions. 2 It is not possible to declare private, protected, or internal namespaces, and namespace names are always publicly accessible. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

