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.7 Scopes
10.7.1 Name hiding
Paragraph 11 The scope of an entity typically encompasses more program text than the declaration space of the entity. 2 In particular, the scope of an entity may include declarations that introduce new declaration spaces containing entities of the same name. 3 Such declarations cause the original entity to become hidden. 4 Conversely, an entity is said to be visible when it is not hidden.
Paragraph 21 Name hiding occurs when scopes overlap through nesting and when scopes overlap through inheritance. 2 The characteristics of the two types of hiding are described in the following sections. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

