| 1. | All code within a declaration context can access its 声明上下文中的所有代码均可访问声明上下文中的 |
| 2. | Method provides a way to access the 方法提供了一种访问声明了 |
| 3. | Late binding can only be used to access type members that are declared as 后期绑定只能用于访问声明为 |
| 4. | No code outside of the declaration context can access its 声明上下文之外的代码不能访问声明上下文中的 |
| 5. | Any code that can access the element that declares it can access it 可以访问声明此枚举的元素的任何代码。 |
| 6. | Accessing members declared as 访问声明为 |
| 7. | Any code that can access the element that declares the delegate can access it 可以访问声明委托的元素的任何代码都可以访问该委托。 |
| 8. | Specify that a function or another class has access to private members of the declaring class 指定一个函数或另一个类可以访问声明类的私有成员 |
| 9. | Because a nested type is treated as a member of the declaring type , the nested type has access to all other members in the declaring type 由于嵌套类型被视为是声明类型的成员,因此嵌套类型可以访问声明类型中的所有其他成员。 |