其中最重要的是可靠地调用重载方法。
The most significant of these is calling overloaded methods reliably.
完全不重载方法要简单得多。
与其用可变参数,更喜欢用重载方法。
Prefer overloaded methods to methods that take variable parameters.
有可能为重载方法得到相同的医生吗?
注意:assert类包含许多不同的重载方法。
Note: The Assert class contains many different overloaded methods.
只需要为它们创建一个重载方法就可以了!
进行身份验证时,此方法的重载方法不会阻止。
The overloads of this method do not block while authentication is in progress.
函数和方法的默认参数极大地减少了需要创建的重载方法数量。
Default arguments on functions and methods greatly reduce the number of overloaded methods you need to create.
此版本的重载方法允许您指定是否使用非特定区域性格式转换值。
This version of the overloaded method allows you to specify whether values are converted using a culture-neutral format.
此版本的重载方法允许您指定是否使用非特定区域性格式测试值。
This version of the overloaded method allows you to specify whether values are tested using a culture-neutral format.
要指定重载方法中的特定方法,请使用method-params元素。
To specify a particular method from overloaded methods, use the method-params element.
此重载方法的客户端函数包含指定的控件、参数、客户端脚本和上下文。
The client function for this overloaded method includes a specified control, argument, client script, and context.
特定的method - name与该名称的所有方法对应,包括任何重载方法。
A specific method-name corresponds all methods of that name, including any overloaded methods.
Concat和String.Join也加入了新的重载方法,可以接受参数数组。
New overloads for Path.Combine, String.Concat and String.Join have been added to accept parameter arrays.
正在调用重载方法或属性的表达式找不到与传递的参数类型完全匹配的参数。
An expression that is calling an overloaded method or property does not find an exact match to the types of arguments that are passed.
已经有太多用于创建input元素的重载方法了,框架需要在未来的很多年中对此提供支持。
There are already many, many overloads for common input elements, and they have to be supported in the framework for many years to come.
通过使用RenderAction不同的重载方法,你就可以在不同的区域调用不同的控制器。
By using a different overload of the RenderAction method, you can also invoke a different controller in a different area.
要实现这样,你调用RenderAction的一个重载方法,指定动作方法和控制器的名称。
To do so, you call an overload of the RenderAction method that lets you specify the name of the action method and the controller to use.
还有一些事情,如重载方法,依然有很多未决的问题,尽管对一些小子集的调用,声明类型能处理绑定。
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.
技术上的一些被称为重载方法,而不是神奇的方法,但都有效地工作,同魔术队的蓝色烟雾。
Technically some are called overloading methods rather than magic methods, but they all effectively work by the same magic blue smoke.
最后,在单例模式的一些实现方式中,单例类的子类能够动态地重载方法,这是静态方法所不能办到的。
With some implementations of the singleton, you allow writers of subclasses to override methods polymorphically, something not possible with static methods.
Delete:这个方法有两个重载方法,第一个方法删除一个实体,第二个方法删除一个序列的实体。
Delete : This method has two overloads. The first deletes a single object passed into it.
在V . 0.2.0版本以前,XJConf forPHP并不支持这些特殊的重载方法,并且尝试使用这些方法将使php脚本出现致命错误。
In versions of XJConf for PHP prior to V. 0.2.0, these special overloading methods are not supported and attempts to use them will generate a fatal error in your PHP script.
虽然我们已经制定了编程指南以及FxCop规则,以建议开发者总是使用接受StringComparison参数的重载方法,但开发者总是不自觉地使用默认的重载方法。
Although we have guidance and FxCop rules that recommend always using overloads that take a StringComparison parameter, unaware developers often just use the default overloads.
在编写扩展函数时,应谨慎处理根据实参类型进行的方法重载。
Be cautious about method overloading based on argument type when you write extension functions.
清单4展示如何使用php重载调用对象和类方法。
Listing 4 illustrates using PHP overloading to invoke object and class methods.
重载的方法有时候也需要显式返回类型。
Overloaded methods can sometimes require an explicit return type.
首先,他必须找出一种方法,无须重载页面就能够提供最新的记分情况,否则将会干扰在线电视组件。
First he had to find out a way to deliver the latest scorecard without reloading the page, which would have otherwise disrupted the online TV component.
这个模式不能用于方法重载。
很多插件重载这个方法以完成它们的初始化。
Many plug-ins override this method to perform their initialization.
应用推荐