单词 | instance method | ||||||||||||||
释义 | instance method
更多释义 收起释义 例句释义: 实例方法,实体方法,执行个体方法 1. Although the method is static, it acts as if it were an instance method; the instance is target. 尽管该方法为静态方法,但其表现就像实例方法一样,实例为target。 msdn2.microsoft.com 2. To treat a dynamic method as if it were an instance method, use the CreateDelegate(Type, Object) overload that takes an object instance. 若要将动态方法视为实例方法,请使用CreateDelegate(Type,Object)重载,该重载会生成一个对象实例。 msdn2.microsoft.com 3. a class method receives the class as implicit first argument , just like an instance method receives the instance. 类方法隐含地接收类当做第一个参数,就像实例接收一个实例一样。 www.ichacha.net 4. Generally, object references can be obtained by the invocation of a class method or instance method. 一般来讲,可以通过类方法或实例方法的调用来获得对象引用。 www.ibm.com 5. An instance method of a type and a target object assignable to that type . 某种类型的实例方法和可分配给该类型的目标对象。 www.bing.com 6. Just like with embedded code, you use the Code keyword to call an instance method. 就像使用嵌入式代码一样,您可以使用Code关键字来调用实例方法。 msdn2.microsoft.com 7. When you use instance method syntax to call this method, omit the first parameter. 当使用实例方法语法调用此方法时,请省略第一个参数。 msdn2.microsoft.com 8. The name of the instance method that the delegate represents. 委托表示的实例方法的名称。 msdn2.microsoft.com 9. A delegate can be implemented using a static method or an instance method; it does not matter. 一位代表可以执行使用静态方法或一个实例方法,它并不重要。 www.hbzxr.com 10. Delegates constructed with a named method can encapsulate either a static method or an instance method. 使用命名方法构造的委托可以封装静态方法或实例方法。 technet.microsoft.com 1. Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument. 使用指定的第一个参数创建指定类型的委托,该委托表示指定的静态方法或实例方法。 msdn2.microsoft.com 2. If the delegate invokes one or more instance methods, this property returns the target of the last instance method in the invocation list. 如果委托调用一个或多个实例方法,则此属性返回调用列表中最后一个实例方法的目标。 msdn2.microsoft.com 3. By executing a synchronized instance method of that object. 通过执行这个对象的一个同步方法。 dictsearch.appspot.com 4. Gets the class instance on which the current delegate invokes the instance method. 获取类实例,当前委托将对其调用实例方法。 msdn2.microsoft.com 5. Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance. 创建指定类型的委托,该委托表示要对指定的类实例调用的指定实例方法。 msdn2.microsoft.com 6. procedure name. When the specified procedure is an instance method then the function delegate refers to both the instance and the method. 如果指定的过程是实例方法,则此函数委托同时引用此实例和方法。 technet.microsoft.com 7. A base class access is permitted only in a constructor, an instance method, or an instance property accessor. 基类访问只能在构造函数、实例方法或实例属性访问器中进行。 msdn2.microsoft.com 8. instance-expr. must be present when you call an instance method and must be absent when you call a static method. instance-expr在调用实例方法时必须使用,在调用静态方法时必须去掉。 www.ibm.com 9. When a delegate is constructed to wrap an instance method, the delegate references both the instance and the method. 将委托构造为包装实例方法时,该委托将同时引用实例和方法。 msdn2.microsoft.com 10. When an instance method and extension method with the same name are both in scope, the completion list displays the extension method icon. 如果实例方法与同名的扩展方法都在范围内,则完成列表将显示扩展方法图标。 technet.microsoft.com 1. When a delegate represents an open instance method, it stores a reference to the method's entry point. 当委托表示开放式实例方法时,它存储对该方法入口点的引用。 msdn2.microsoft.com 2. Threads can block on an individual wait handle by calling the instance method. 在单个等待句柄上阻塞。 msdn2.microsoft.com 3. In PHP, a class represents each part, and an instance method represents the construction time for each part. 在PHP中,使用类代表每个组成部分,使用实例方法表示每个部分的构造时间。 www.ibm.com 4. Method, but you can use it inside an instance method to access a shared member of a class. 方法内部使用,但您可以在实例方法内部使用它来访问类的共享成员。 msdn2.microsoft.com 5. Initializes a delegate that invokes the specified instance method on the specified class instance. 初始化一个委托,该委托对指定的类实例调用指定的实例方法。 technet.microsoft.com 6. The Shared attribute is not legal since it defines a class rather than an instance method. Shared属性是不合法的,因为它定义类而不是实例方法。 msdn2.microsoft.com 7. An example of calling a static method then an instance method to get at a Java System property. Somewhat verbose, but it works. 下面这个例子先调用一个静态方法,然后调用一个实例方法,来获得一个JavaSystem的属性。虽然有点罗嗦,但是可以工作 spring.jactiongroup.net 8. Therefore, a static method with the same name as an instance method must have a different parameter list. 因此,一个静态方法如果具有与一个实例方法相同的名称,则必须具有一个不同的参数列表。 207.46.16.251 9. The difference between a shared and instance method is that instead of using the class name, you use the variable name to call the method. 共享方法和实例方法之间的区别是您使用变量名称来调用方法,而不是使用类名称。 msdn2.microsoft.com 10. This denotes that the method is an instance method. 这表明这个方法是一个实例方法。 www.ibm.com 1. That method can be either a static method or an instance method. 那个方法既可以是静态方法,也可以是实例方法。 www.zxbc.cn 2. Calling the instance method of a null object. 调用null对象的实例方法。 www.51goushu.com 3. Can be either a shared method or an instance method. 可以是共享方法,也可以是实例方法。 msdn2.microsoft.com 4. The delegate for the instance method requires an instance of mySampleClass. 实例方法的委托需要mySampleClass的一个实例。 msdn2.microsoft.com 5. An instance method declares a parameter or a local variable whose name matches an instance field of the declaring type. 实例方法声明一个名称与声明类型的实例字段匹配的参数或局部变量。 technet.microsoft.com 6. A static or instance method on another arbitrary object. 其他任意对象上的静态方法或实例方法。 msdn2.microsoft.com 7. To create a directory, use the CreateDirectory instance method of IsolatedStorageFile. 若要创建目录,请使用IsolatedStorageFile的CreateDirectory实例方法。 msdn2.microsoft.com 8. The following command disassembles the instance method MyMethod with the return type of void and the parameter types int32 and string. 下面的命令对返回类型为void且带有参数int32和System.String的MyMethod方法进行反汇编。 msdn2.microsoft.com 9. The following code example shows how to create a thread that executes an instance method. 下面的代码示例说明如何创建执行实例方法的线程。 msdn2.microsoft.com 10. This can be translated to a compiler generated instance method containing the code of the anonymous method 它会被翻译为一个编译器生成的实例方法,该方法包含了匿名方法中的代码 asp.dejiaocheng.com 1. As with instance method, you can provide constraints for generic type parameters defined by the static method 就像实例方法一样,您可以为由静态方法定义的一般类型参数提供约束 msdn2.microsoft.com 2. Generic class provides a corresponding instance method overload, 泛型类提供了相应的实例方法重载, msdn2.microsoft.com 3. Instance method for sorting arrays and lists using generic 实例方法的重载以用于使用泛型 msdn2.microsoft.com 4. Object to the thread, you can call the instance method 实例方法。请注意,仅当线程上的 msdn2.microsoft.com 5. Is valid only within an instance method 只在实例方法中有效 msdn2.microsoft.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。