您要查找的是不是:
- Click a Target Instance Endpoint node. 单击“目标实例端点”节点。
- Execute the explicit instance variable initializers. 执行明确的物件变数初始化.
- Import Policy Pass .Route Exists In Target Instance. 入策略通过,路由在目的实例中存在。
- The target instance to be created on template instantiation. 将被创建在模板例示上的目标范例。
- We also used an instance variable to store a reference to the mock object. 我们还使用了实例变量来存储对模仿对象的引用。
- Instance variables must be private. 实例变量必须是私有的。
- The return value from each method call is assigned to an instance variable for the class. 将每个方法调用的返回值赋给该类的一个实例变量。
- What is the default value of an object reference declared as an instance variable? 一个对象的缺省值是什么,当以一个实例变量作为参考时?
- Name instance variable for the role they play in the computation. Make the name plural if the variable will hold a Collection. 用计算中实例变量所承担的角色对它命名。如果变量持有一个集合,使用复数。
- String naming the property of the target instance that the Template Provider tried to perform a substitution on before creating the target. 指出目标范例的属性名的字符串;在创建目标之前,模板提供程序试图在该目标范例上执行替换。
- Each intermediate and summary value can have a corresponding instance variable to hold its value as an object attribute. 每个中间值和汇总值都可以有一个相应的实例变量,将变量的值作为对象属性。
- Two invocation list elements are equal if they invoke the same instance method on the same target instance, or they invoke the same static method. 两个调用列表的元素在以下情况下相等:它们调用相同目标实例上的相同实例方法,或它们调用相同的静态方法。
- In the older code-behind model, it was not practical to add controls in the markup without having access to the code-behind to add the instance variable at the same time. 在旧的代码隐藏模型中,如果要在标记中添加控件,必须同时访问代码隐藏页以添加实例变量。
- To confirm whether remote connections are allowed, use the SQL Server Surface Area Configuration tool and view the Remote Connections setting of the target instance. 若要确认是否允许进行远程连接,可使用SQL Server外围应用配置器工具并查看目标实例的“远程连接”设置。
- For example, assuming that I need to call an instance method in the AWC.RS.Library assembly, now I have to declare an instance variable m_Library, as shown in Figure 3. 例如;假定我需要调用AWC.;RS
- In essence, bijection lets you alias a context variable to a component instance variable, by specifying that the value of the instance variable is injected, outjected, or both. 本质上说,双向注射能够让你通过指定实例变量的值是注入,还是注出或者两者都是,从而将一个上下文变量别名为一个组件的实例变量。
- Constructing a credit account requites the specification of credit limit. The constructor will set the credit limit instance variable to be equal to that specified as a parameter. 创建一个信用帐户需要设定该帐户的信用限制。构造器会把该实例变量(即信用限制)设为一个参数。
- The difference is that the compiler does not generate multiple calls to the base class constructor, nor does it copy the instance variable initializers into each constructor body. 不同之处在于编译器不生成对基类构造函数的多个调用,也不会将实例变量初始化器拷贝到每个构造函数体中。
- Avoid unnecessary synchronization when reading or writing instance variables. 当读写实例变量时避免不必要的同步。
- Defines a target instance to be created on template instantiation. Instances of this class along with the template class make up the template definition. 定义一个将被创建在模板例示上的目标范例。此类别的范例和模板类别一起构成模板定义。