访问声明 meaning in English
access declaration
Examples
- All code within a declaration context can access its
声明上下文中的所有代码均可访问声明上下文中的 - Method provides a way to access the
方法提供了一种访问声明了 - Late binding can only be used to access type members that are declared as
后期绑定只能用于访问声明为 - No code outside of the declaration context can access its
声明上下文之外的代码不能访问声明上下文中的 - Any code that can access the element that declares it can access it
可以访问声明此枚举的元素的任何代码。