私有对象 meaning in English
private object
Examples
- Use a private object instead
而应使用私有对象。 - Assembly references contain references to both global and private objects
程序集引用同时包含对全局对象和私有对象的引用。 - A property or method call cannot include a reference to a private object , either as an argument or as a return value
无论是作为参数还是作为返回值,属性或方法调用都不能包括对私有对象的引用 - Private objects must be in a directory at either the same level as or below the directory in which your application is installed
私有对象必须在应用程序安装目录的同一级(或下一级)目录中。 - The test generator creates code to wrap the private objects in a wrapper that allows access to the private object s members
测试生成器创建代码,将私有对象包入一个允许访问私有对象成员的包装。