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


16 Namespaces
16.4 Namespace members
Paragraph 11 A namespace-member-declaration is either a namespace-declaration (§16.2) or a type-declaration (§16.5). namespace-member-declarations : namespace-member-declaration namespace-member-declarations namespace-member-declaration namespace-member-declaration : namespace-declaration type-declaration
Paragraph 21 A compilation unit or a namespace body can contain namespace-member-declarations, and such declarations contribute new members to the underlying declaration space of the containing compilation unit or namespace body. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

