Gets a collection of overloaded methods for this item.
取得这个项目的多载方法集合。
Overloaded methods can sometimes require an explicit return type.
重载的方法有时候也需要显式返回类型。
Note: The Assert class contains many different overloaded methods.
注意:assert类包含许多不同的重载方法。
A common use of the suffix is with calling overloaded methods.
后置字元常见用于呼叫多载方法。
The most significant of these is calling overloaded methods reliably.
其中最重要的是可靠地调用重载方法。
Prefer overloaded methods to methods that take variable parameters.
与其用可变参数,更喜欢用重载方法。
To specify a particular method from overloaded methods, use the method-params element.
要指定重载方法中的特定方法,请使用method-params 元素。
To remove a module from its collection, you can use one of listed overloaded methods.
若要移除集合中的模组,您可以使用列出的其中一种多载方法。
A specific method-name corresponds all methods of that name, including any overloaded methods.
特定的method - name与该名称的所有方法对应,包括任何重载方法。
When overloaded methods are exposed to COM clients, only the first method overload retains its name.
在向COM客户端公开重载的方法时,只有第一个方法重载保留其名称。
Default arguments on functions and methods greatly reduce the number of overloaded methods you need to create.
函数和方法的默认参数极大地减少了需要创建的重载方法数量。
The following example shows a method that USES default parameters, and the overloaded methods that provide an equivalent functionality.
下列范例显示使用预设参数的方法,以及提供对等功能的方法多载。
There are still unresolved issues for such things as overloaded methods, although for some small subset of calls the argument types can resolve the binding.
还有一些事情,如重载方法,依然有很多未决的问题,尽管对一些小子集的调用,声明类型能处理绑定。
Ambiguous overloading is a problem because method arguments may be of mixin type, allowing for situations in which two overloaded methods are applicable and neither is more specific.
不明确的重载是个问题,因为方法参数可能是mixin类型,它允许两个已重载的方法可用并且这两个方法都不是比较特定的情况。
There are actually two, "overloaded" joiner methods.
实际上,有两个“重载”的jioner方法。
C.When a method is overloaded and one of the methods calls another.
c当方法是重载的,并且其中一个调用了另外一个的时候。
By implementing the plus and minus methods, I've overloaded both + and - and can now use them in my scripts. Listing 5 demonstrates their behavior to add and subtract songs from a play list.
通过实现plus和minus方法,我重载了+和-,现在可以把它们用在脚本中了。
Typically, these get and put methods are overloaded.
通常,需要重载这些get和put方法。
These methods are almost always overloaded with an int/TimeUnit pair, indicating how long the method should wait before bailing out and returning control to the program.
这些方法几乎总是包含一个int/TimeUnit 对,指示这些方法应该等待多长时间才释放控制权并将其返回给程序。
Since class methods may be overloaded, methods that differ just slightly in their behavior are given identical names and differ only by their prototypes.
因为类方法可能被重载,同名的方法的参数不同可能作用也有些不同。
Here I used a parameter that fits to each one of the overridden and overloaded (simultaneously) methods.
这里我使用了一个参数适合的重写和重载的每一个(同时)的方法。
The results of the tests prove that these methods can avoid livelock effectively and improve the performance of overloaded servers greatly.
实验证明这些方法能有效防止活锁现象,极大地提高服务器在高负载情况下的性能。
The results of the tests prove that these methods can avoid livelock effectively and improve the performance of overloaded servers greatly.
实验证明这些方法能有效防止活锁现象,极大地提高服务器在高负载情况下的性能。
应用推荐