This denotes that the method is an instance method.
这表明这个方法是一个实例方法。
A static or instance method on another arbitrary object.
其他任意对象上的静态方法或实例方法。
That method can be either a static method or an instance method.
那个方法既可以是静态方法,也可以是实例方法。
A delegate instance may encapsulate either static or instance method.
委派执行个体可封装静态或执行个体方法。
When you use instance method syntax to call this method, omit the first parameter.
当使用实例方法语法调用此方法时,请省略第一个参数。
Extension methods are static methods that can be invoked using instance method syntax.
扩展方法是可以通过使用实例方法语法调用的静态方法。
Extension methods are static methods that can be invoked using instance method syntax.
是可以通过使用实例方法语法调用的静态方法。
In addition, once imported, extension methods can be invoked using instance method syntax.
另外,一旦被导入,扩展方法可以使用实例方法语法调用之。
The Log object could require its own initialization, to be performed by an init() instance method.
Log对象可以要求其自己的、由init()实例方法执行的初始化。
A delegate can be implemented using a static method or an instance method; it does not matter.
一位代表可以执行使用静态方法或一个实例方法,它并不重要。
Generally, object references can be obtained by the invocation of a class method or instance method.
一般来讲,可以通过类方法或实例方法的调用来获得对象引用。
Delegates constructed with a named method can encapsulate either a static method or an instance method.
使用命名方法构造的委托可以封装静态方法或实例方法。
Therefore, a static method with the same name as an instance method must have a different parameter list.
因此,一个静态方法如果具有与一个实例方法相同的名称,则必须具有一个不同的参数列表。
A base class access is permitted only in a constructor, an instance method, or an instance property accessor.
基类访问只能在构造函数、实例方法或实例属性访问器中进行。
An instance method declares a parameter or a local variable whose name matches an instance field of the declaring type.
实例方法声明一个名称与声明类型的实例字段匹配的参数或局部变量。
After an extension method is declared and brought into scope, you can call it like an instance method of the type that it extends.
声明扩展方法并将其引入范围中后,可以调用此扩展方法,就像调用它所扩展的类型的实例方法那样。
When an instance method and extension method with the same name are both in scope, the completion list displays the extension method icon.
如果实例方法与同名的扩展方法都在范围内,则完成列表将显示扩展方法图标。
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.
两个调用列表的元素在以下情况下相等:它们调用相同目标实例上的相同实例方法,或它们调用相同的静态方法。
If the class has a no-args constructor, and you want to use that constructor and then immediately invoke a single instance method on it, there's a shortcut.
如果该类具有一个无参构造函数,您想使用这个构造函数,然后立即在其上调用一个实例方法,那么有一种捷径。
In this section, we create a Action web service web service, and access the web service using the web_client_api function and the direct instance method invocation.
在本节中,我们将创建ActionwebService web服务,并访问使用web_client_api函数的web服务和直接实例方法调用。
Extension methods have all the capabilities of regular static methods. In addition, once imported, extension methods can be invoked using instance method syntax.
扩展方法具备所有常规静态方法的所有能力。另外,一旦被导入,扩展方法可以使用实例方法语法调用之。
Execution of an instance method is scoped to a particular instance of the class; you must create an instance of the class before you can invoke the method of the class.
一个实例方法的执行在类的一个特定示例中有效;您在调用该类的方法之前必须创建一个类的实例。
Consider what would happen with a recursive method, for instance.
例如,考虑在一个递归方法中会发生的事情。
The following code sample shows how to create a CBE instance using this method.
以下的代码例子展示如何用这种方法创建CBE实例。
Method chaining USES return values from methods to relay instruction context, which in this case is the object instance making the first method invocation.
方法链接使用方法的返回值来中转指令上下文,在这种情况下是进行第一个方法调用的对象实例。
The action method copies any instance variables to the view.
动作方法把实例变量拷贝到视图。
You can use the usual method to save your instance as image.
您可使用常规方法将实例保存为映像。
The action method sets up instance variables for the view and renders the view.
动作参数为视图设置实例变量,并呈现视图。
The following method deletes an instance of employee.
下面的方法删除Employee的一个实例。
After the message is initialized, send it using your Client class instance with the send method.
消息初始化成功后,可以通过对client类实例使用send方法来发送它。
应用推荐