2010-03-30 Jb Evain <jbevain@novell.com>
[mcs.git] / docs / ecma334 / 10.4.1.xml
blob869664f273f4131ef04f3501723d0c6b30932645
1 <?xml version="1.0"?>
2 <clause number="10.4.1" title="Namespace members">
3   <paragraph>Namespaces and types that have no enclosing namespace are members of the global namespace. This corresponds directly to the names declared in the global declaration space. </paragraph>
4   <paragraph>Namespaces and types declared within a namespace are members of that namespace. This corresponds directly to the names declared in the declaration space of the namespace. </paragraph>
5   <paragraph>Namespaces have no access restrictions. It is not possible to declare private, protected, or internal namespaces, and namespace names are always publicly accessible. </paragraph>
6 </clause>