And bind the DLL module functions to the class instance methods.
DLL模块的功能,并将其绑定到类实例方法。
Those module methods then become instance methods of the including class.
这些模块方法会变成包含它们的类的实例方法。
Implement the API methods in the service class as public instance methods.
在服务类中实现作为公共实例方法的API方法。
The compiler gives instance methods preference over extension methods.
编译器赋予实例方法的优先级高于扩展方法。
Implement the API methods in the controller class as public instance methods.
在控制器类中实现作为公共实例方法的API方法。
The same rules for type inference apply to static methods and instance methods.
相同的型别推断规则也适用于静态方法和执行个体方法。
The API method implementations are defined in the controller class as public instance methods.
API方法实现是作为公共实例方法定义在控制器类中的。
Extension methods are less discoverable and more limited in functionality than instance methods.
扩展方法不容易被发现并且在功能上比实例方法更受限。
The static methods in the Factory class will then call the instance methods of your factory instance.
然后,Factory类中的静态方法会调用您工厂实例的实例方法。
This class handles the attributes for the module and introduces the various class and instance methods.
该类处理模块属性并引入不同的类和实例方法。
The event handlers you write in the code behind must be instance methods and cannot be static methods.
在代码隐藏中编写的事件处理程序必须是实例方法且不能是静态方法。
Therefore, all those assert methods are now instance methods on TestCase, as you can see back in Listing 17.
因此,这些断言方法现在都是TestCase上的实例方法,如清单17 所示。
In addition, enumerated types support having constructors, instance methods, and variables, among other things.
此外,枚举类型支持拥有构造函数、实例方法和变量,等等。
For those reasons, it is recommended that extension methods be used sparingly and only in situations where instance methods are not feasible or possible.
由于这些原因,推荐保守地使用和仅在实例方法不可行或不可能的情况下使用。
Although identically named class methods and instance methods are represented by the same selector, they can have different parameter types and return types.
尽管同名的类方法和实例方法拥有相同的选择器,但它们可以有不同的参数类型和返回值类型。
Instead, you can pass in the GuiTestObject to the constructor once, and then use the methods to set and get the text as instance methods instead of class methods.
可以将GuiTestObject只传递到构造函数中一次,然后将设置和获取文本的方法用作实例方法,而不是用作类方法。
The Order class as coded in Listing 5 provides dozens of class and instance methods at runtime. Table 2 offers a partial list of operations and attributes available on Order.
像清单5那样编码的Order类在运行时提供了一些类和实例方法。
With the direct dispatching approach, the API definition class is attached to the controller class, and the API methods are implemented in the controller class as public instance methods.
通过直接调度方法,可以把API定义类与控制器类绑定在一起,并且在控制器类中实现作为公共实例方法的API方法。
Recall that a plug-in author needs three things: a place to put the implementation, a way to expose the DSL (the class methods), and a way to expose the instance methods for the state machine.
回顾一下插件制作者需要的三个条件:放置实现的位置,公开DSL(类方法)的方法以及为状态机公开实例方法的方法。
These are not as common as instance methods, but you will often see class methods that are factory methods for creating new instances of the class; this saves you from having to alloc and initialize.
它们不像实例方法那样常见,但您将会经常看到一些类方法,它们作为创建新的类实例的工厂方法;这免得您必须进行分配和初始化。
Superclass methods — no additional instance needed at run time.
超类方法——在运行时不需要其他实例。
The EMC allows you to add methods to either a single instance or all instances of a particular class.
EMC允许您将方法添加到某个类的单一实例或所有实例中。
After retrieving the JCS instance, you can invoke the most needed methods.
检索JCS实例后,可以调用最需要的方法。
This is unusual because it requires a developer to create an instance of an object just to access non-instance (static) methods and fields!
这种做法并不常见,因为需要开发人员创建仅用于访问非实例(静态)方法和字段的对象的实例。
Methods attached to an instance of a Builder represent an element of that markup (such as a tag in HTML).
生成器的实例的方法表示该标记(如HTML中的标 签)的元素。
For instance, say you have the set of methods in Listing 11.
比如说清单11中的一组方法。
Without beforefieldinit, the runtime must run the type constructor at a precise time-just before the first access to static or instance fields and methods of the type.
如果没有beforefieldinit,运行库就必须在某个精确时间运行类型构造函数,即,恰好在第一次访问该类型的静态或实例字段和方法之前。
The first and most important addition was access protection for methods and instance variables on classes -- the public, protected, and private keywords.
第一个也是最重要的新特性是针对类的方法和实例变量的访问保护 ——public、protected 和private 关键字。
The first and most important addition was access protection for methods and instance variables on classes -- the public, protected, and private keywords.
第一个也是最重要的新特性是针对类的方法和实例变量的访问保护 ——public、protected 和private 关键字。
应用推荐