| 1. | Delegates have internal access by default 委托默认具有内部访问级别。 |
| 2. | Unlike classes , interfaces default to internal access 与类不同,接口默认具有内部访问级别。 |
| 3. | Introduces a library of code that you can access from within the development environment 介绍一个可从开发环境内部访问的代码库。 |
| 4. | The control can be accessed internally by the class which declares it and externally by other classes 该控件可由声明它的类从内部访问或者由其他类从外部访问。 |
| 5. | Structure is accessible from inside the class containing the structure , but not from outside that class 变量可从包含该结构的类内部访问,但不能从该类的外部访问。 |
| 6. | Function procedure returns an array data type , you cannot access the individual elements of the array within the function 过程返回数组数据类型,则不能在函数内部访问数组的各个元素。 |
| 7. | It is an error to reference a type or a member with internal access outside the assembly within which it was defined 从定义具有内部访问能力的类型或成员的程序集外部引用该类型或成员是错误的。 |
| 8. | You can now also access product and event information from microsoft as well as rss feeds from within visual studio 现在还可以从visual studio内部访问microsoft以及rss源提供的与产品和事件有关的信息。 |
| 9. | Keyword in the declaration statement specifies that the elements are accessible from within the same assembly , but not from outside the assembly 关键字表明可以从同一程序集内部访问元素,而不能从程序集外部访问。 |
| 10. | Can be accessed internally by the class that declares it and any class that inherits from the parent class , but cannot be accessed by external classes 该控件可由声明它的类和任何从父类继承的类从内部访问,但无法由外部类访问。 |