constructors
美 [kənˈstrʌktər]
英 [kənˈstrʌktə(r)] 
- n.建设者;【海】造船技师
- 网络构造函数;构造器;建造者
词形变化
复数:constructors
英汉解释
英英解释
例句
However, it is often useful to provide additional constructors.
然而,提供其他构造函数通常十分有用。
Writing constructors is often a repetitive task.
编写构造函数经常是重复性的工作。
The compiler will also verify that this method is called from user defined constructors and report a warning or error it is not.
方法。编译器还将验证方法是否是从用户定义的构造函数调用的,如果不是,则报告一个警告或错误。
Indexed properties, methods, and constructors are allowed to be overloaded; fields and events must not be overloaded.
允许重载索引属性、方法和构造函数;不能重载字段和事件。
Defining the reasonable set of constructors is often the simplest approach.
通过定义合理的构造器集合通常是最简单的途径。
Any constructors that you define for structures must have at least one argument so that they do not conflict with the default constructor.
为结构定义的任何构造函数都必须至少有一个参数,以便不会与默认构造函数冲突。
Constructors enable the programmer to set default values, limit instantiation, and write code that is flexible and easy to read.
构造函数使得程序员可设置默认值、限制实例化以及编写灵活且便于阅读的代码。
Building constructors in Ji Nan and Qingdao have found our product easy to install and very attractive in appearance.
济南与青岛的建筑商,大多认为我公司产品易于安装,且外观颇具吸引力。
Traits don't support auxiliary constructors, nor do they accept an argument list for the primary constructor, the body of a trait.
Traits不支持辅助构造函数,它们也不支持在主构造函数,trait的主体里的参数列表。
This behavior is referred to in the DI world as constructor injection, because the instance is passed through one of the constructors.
这个行为在DI世界中称作构造函数注入,因为实例是通过一个构造函数传递的。
There is a third possibility: The element type might be of a class type that does not define any constructors .
还有第三种可能性:元素类型可能是没有定义任何构造函数的类类型。
Instance constructors can also be used to call the instance constructors of base classes.
也可以用实例构造函数来调用基类的实例构造函数。
YUI Profiler allows you to register functions, class constructors, and objects to be measured.
YUIProfiler可以注册要测量的函数、类构造函数和对象。
Or you could declare it in an initialization method that is called by all constructors.
或是可以在所有建构函式呼叫的初始设定方法中宣告。
RAILWAY ROLLING STOCK. DELIMITATION OF TECHNICAL ALLOWANCES BETWEEN THE CONSTRUCTORS AND THEIR SUPPLIERS FOR THE EXECUTION OF AN ORDER.
铁路车辆.订货时,厂家及其供货者之间提供技术的规定
As shown in Listing 7, the code is verbose because many object constructors do not take parameters.
如清单7所示,代码十分冗长,因为许多对象构造函数都不带参数。
These bounds could specify the set of available constructors that must be present in any instantiation of the parameter.
这些界限可以指定一组可用的构造函数,它们必须出现在参数的每一个实例化中。
Just like an admin command, a task command should provide constructors to create and load commands.
就像管理命令一样,任务命令应该为创建和加载命令提供构造器。
Two polymorphic Constructors allow for persistence of either simple String values or Objects of any sort.
两个Constructors允许简单字符串值或者任意种类Objects的持续。
You should not use your instance constructors, some special private function, or any other idiom to initialize static variables.
不应该使用实例构造函数、一些特殊的私有方法、任何其它习惯来初始化静态变量。
On either side a checker of open ditches showed where the municipal constructors had designed a system of drainage.
马路两旁纵横交错的阴沟说明承包市政工程的商人曾计划在那里修建排水系统。
This means that instances of custom attributes cannot be created, because that would require executing their constructors.
这意味着不能创建自定义属性的实例,因为这将需要执行其构造函数。
Derivation allows you to add any fields you require, as well as custom methods and constructors for handling them.
派生使您得以添加任何所需的字段,和添加处理这些字段的自定义方法和构造函数。
The constructors for processing instructions and XML comments use the same syntax as that of the corresponding XML construct.
用于处理指令和XML注释的构造函数使用的语法与相应的XML构造使用的语法相同。
Constructors called in the order of base-to-derived. However, the execution of destructors cannot be controlled by the programmer.
构造函数以基类到派生类的顺序被调用。但是,析造函数不受程序员的控制。
Then, inside the generic class definition, the only constructors that could be called are those declared in the bound.
因而,在泛型类定义内部,唯一可调用的构造函数是那些在界限中声明的构造函数。
These three possibilities make sense because parameter types can only be declared on classes, constructors, and methods.
这三个类是有意义的,因为参数类型只能在类、构造函数和方法中声明。
One of the constructors passes in a mask and mask name, and the other does not.
一个构造器会传递蒙版和蒙版名,其他的则不会。
When finished profiling, functions, objects, and constructors can be unregistered individually, clearing the profile data.
当分析完成后,函数,对象,还有构造器应当分别注销,清理分析数据。
For reference types, object constructors are only called as part of the creation of an object, and objects are only initialized once.
对于引用类型,调用对象构造函数仅作为创建对象的一部分,对象只初始化一次。
Constructors do not escape URI strings if the string is a well-formed URI including a scheme identifier.
如果URI字符串是格式良好的URI并且包括方案标识符,
In an acrimonious season, McLaren was fined $100 million in a spying scandal and docked all of its constructors points.
在同一个赛季,麦克拉伦由于间谍丑闻而被罚款1亿美元,并被取消了所有的车队积分。
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
返回一Constructor对象数组,映射该Class对象表示的类中的所有声明的构造函数。
This constructor is called by derived class constructors to initialize state in this type.
派生类构造函数调用此构造函数初始化该类型中的状态。
In Java code you can declare multiple overloaded constructors to enable the instantiation of the class by a variety of different signatures.
在Java代码中,您可以通过使用各种不同的签名声明多个重载的构造函数,从而支持实例化。
Another behavior unique to type constructors is how the runtime manages exceptions in a type constructor.
类型构造函数的另一个独特行为是运行库管理类型构造函数中的异常的方式。
In some applications, it might be possible for other threads to access class members before their class constructors have completely run.
在某些应用程序中,其他线程可能在它们的类构造函数完全运行之前访问类成员。
Introduces static constructors, constructors which can be used to initialize static data members.
介绍静态构造函数,此类构造函数可用于初始化静态数据成员。
It was taken over by Brawn GP, who went on to win the constructors' title in the current season, which ended in Abu Dhabi on Sunday.
布朗GP车队接手了本田留下的烂摊子,他们在上周日阿布扎比站结束后,获得本赛季的车队总冠军。
Private constructors, methods, fields, and properties can be accessed and invoked using Reflection whenever the code is fully-trusted.
只要代码完全受信任,就可使用“反射”访问和调用Private构造函数、方法、字段和属性。
The number of deprecated constructors in Date severely restrict the number of ways you can create such an object.
Date中不赞成使用的构造函数的数量严重限制了您创建此类对象的途径。