Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
[mono.git] / mcs / docs / ecma334 / 16.4.xml
1 <?xml version="1.0"?>
2 <clause number="16.4" title="Namespace members">
3   <paragraph>A <non_terminal where="16.4">namespace-member-declaration</non_terminal> is either a <non_terminal where="16.2">namespace-declaration</non_terminal> (<hyperlink>16.2</hyperlink>) or a <non_terminal where="16.5">type-declaration</non_terminal> (<hyperlink>16.5</hyperlink>). <grammar_production><name><non_terminal where="16.4">namespace-member-declaration</non_terminal>s</name> : <rhs><non_terminal where="16.4">namespace-member-declaration</non_terminal></rhs><rhs><non_terminal where="16.4">namespace-member-declarations</non_terminal><non_terminal where="16.4">namespace-member-declaration</non_terminal></rhs></grammar_production><grammar_production><name><non_terminal where="16.4">namespace-member-declaration</non_terminal></name> : <rhs><non_terminal where="16.2">namespace-declaration</non_terminal></rhs><rhs><non_terminal where="16.5">type-declaration</non_terminal></rhs></grammar_production></paragraph>
4   <paragraph>A compilation unit or a namespace body can contain <non_terminal where="16.4">namespace-member-declaration</non_terminal>s, and such declarations contribute new members to the underlying declaration space of the containing compilation unit or namespace body. </paragraph>
5 </clause>