disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 10.7.1.xml
blob2382b76be6ce803b69cf466b3b5ee5406bd677a2
1 <?xml version="1.0"?>
2 <clause number="10.7.1" title="Name hiding">
3   <paragraph>The scope of an entity typically encompasses more program text than the declaration space of the entity. In particular, the scope of an entity may include declarations that introduce new declaration spaces containing entities of the same name. Such declarations cause the original entity to become hidden. Conversely, an entity is said to be visible when it is not hidden. </paragraph>
4   <paragraph>Name hiding occurs when scopes overlap through nesting and when scopes overlap through inheritance. The characteristics of the two types of hiding are described in the following sections. </paragraph>
5 </clause>