该组对象是用于构造函数调用的参数值。
The array of objects are the parameter values used for the constructor call.
这四个构造函数调用创建了四个不同的整数。
These four constructor calls create four different integers.
当WCF服务的构造函数调用它?
如果我把超级构造函数调用从类文件吗?
What happens if I remove the super constructor call from class file?
默认构造函数调用父类的无参数构造函数。
The default constructor invoked the no - arg constructor of the superclass.
在派生类的构造函数调用基类指派算子不好?
C + + : Bad Form to Call Base Class Asssignment Operator in Derived Class Constructor?
不必将构造函数的使用限制为间接Enum构造函数调用。
You don't have to limit the use of constructors to indirect Enum constructor calls.
您可能想知道如果省略了构造函数调用中的圆括号将会发生什么。
You might be wondering what happens if you omit the parentheses from the constructor call.
在由派生类的构造函数调用时,提供基类值的初始化。
Provides initialization for base class values when called by the constructor of a derived class.
编译器是省略调用(实际上,两与复制构造函数调用)。
The compiler is eliding the call (actually, two calls) to the copy constructor.
构造函数调用仅作为实例构造函数中的第一条语句有效。
Constructor call is valid only as the first statement in an instance constructor.
在此情况下不存在构造函数调用,因而可以提高分配效率。
In such a case, there is no constructor call, which makes the allocation more efficient.
您可以使用参数和任何别的东西为定义的每个名称添加一些您自己的构造函数调用。
You can add in your own constructor calls with arguments and everything else for each name defined.
这样,通过声明这种类型的变量,可以直接把构造函数调用的结果分配给对应的变量。
Thus, by declaring the variables with this type, you can directly assign the result of a constructor call to the corresponding variable.
这种方法允许您将数据作为参数值传递给构造函数调用,如清单3 所示。
This approach lets you pass data as argument values to the call, as Listing 3 shows.
处理任何显式或隐式构造函数调用(在构造函数中调用this或super )。
Processes any explicit or implicit constructor invocation (a call to this or super in the constructor).
就象静态检测糟糕的泛型构造函数调用一样,禁止多态递归会与递增式类编译发生冲突。
Just like static detection of bad generic constructor calls, forbidding polymorphic recursion conflicts with incremental class compilation.
此构造函数由派生类构造函数调用以初始化基类,不适合直接在代码中使用。
This constructor is called by derived-class constructors to initialize the base class and is not intended for use directly from your code.
该方法的问题是,和为错误的构造函数调用报告错误一样,程序员将无法预知其程序的某一次运行将崩溃。
The problem with this approach is that, like signaling errors for bad constructor calls, the programmer will have no way of predicting that a given run of his program will crash.
通常,通过查找超类并确保存在匹配的超级构造函数,类型检查器确保这些超级构造函数调用会成功。
Normally, the type checker ensures that these super-constructor calls will succeed by looking up the superclass and making sure that a matching super-constructor exists.
在大约200,000个通用构造函数调用的实例上,两种算法大约90%的时候都可以预测到结果。
On approximately 200,000 instances of generic constructor invocations, both algorithms predicted the correct result approximately 90 percent of the time.
而且请注意,类型检查器甚至不能检查是否每个mixin实例化都会产生有效的超级构造函数调用。
Also notice that the type checker can't even check that every instantiation of a mixin will result in valid super-constructor calls.
为了避免无限递归,Scala要求每一个辅助构造函数调用在它之前定义的构造函数[ScalaSpec2009]。
In order to avoid infinite recursion, Scala requires each auxiliary constructor to invoke another constructor defined before it [ScalaSpec2009].
我们重构了构造函数中大量的代码,将它们移到一个init方法中,这个方法默认情况下仍然会被构造函数调用,以避免破坏现有代码的逻辑。
We've refactored the large amount of code in the constructor to put it in an init method, which still will be called by default in the constructor to avoid breaking any existing code.
不可能改变窗口小部件构造函数的调用次序,因为这将改变窗口小部件包装的次序。
Changing the order in which the widget constructors are called is not possible, since this would change the order in which the widgets are packed.
运行库线程必须在调用类型构造函数之前获得此锁。
A runtime thread must acquire this lock before invoking the type constructor.
获得一个依赖的最简单方式就是直接调用构造函数创建对象。
The naive way to obtain a dependency is to create it directly by calling its constructor.
PHP引擎在实例化对象时调用构造函数。
The PHP engine calls a constructor when the object is instantiated.
object - pool接口需要类型信息,因为要调用构造函数。
The object-pool interface needs the type information, because constructors are called.
当宿主的构造函数被调用时,该宿主使用父服务提供程序(IServiceProvider)来构建它的服务容器。
When the constructor of the host is called, the host USES the parent service provider (IServiceProvider) to construct its service container.
应用推荐