五五字典>英语词典>constructors翻译和用法

constructors

英 [kənˈstrʌktəz]

美 [kənˈstrʌktərz]

n.  (尤指汽车或飞机的)建造者,制造者,建造商
constructor的复数

柯林斯词典

  • (汽车或飞机)制造商,建造公司
    A racing carconstructoror aircraftconstructoris a company that builds cars or aircraft.

    双语例句

    • Could not serialize { 0}. Default constructors are required for collections and enumerators.
      未能序列化{0}。集合和枚举数需要默认构造函数。
    • You can create the class quickly by using Eclipse's features for creating accessors and constructors from fields.
      您可以通过使用Eclipse的从字段创建存取器(accessor)和构造函数的特性来创建这些类。
    • These custom objects have several overloaded constructors that can be used to create these objects.
      这些自定义对象有几个重载的构造函数,可以用于创建这些对象。
    • Optional and named arguments can be used not only with methods but also with indexers and constructors.
      可选参数和命名参数不仅可以用在方法调用中,还可以用在索引器和构造器中。
    • So far, I've shown@ Inject applied to constructors.
      到目前为止,我展示了@Inject应用于构造函数的用法。
    • Oddly, Javassist does not provide any way of deleting fields, methods, or constructors from a class.
      奇怪的是,Javassist没有提供删除一个类中字段、方法或者构造函数的任何方法。
    • Another behavior unique to type constructors is how the runtime manages exceptions in a type constructor.
      类型构造函数的另一个独特行为是运行库管理类型构造函数中的异常的方式。
    • Modifications are made to the syntax tree using a combination of constructors and the ReplaceNode method.
      变更是针对语法树做出的,变更时会使用了构造器和ReplaceNode方法的组合。
    • You also start with an OnInit() method and define similar constructors and object handlers.
      二者都以OnInit()方法开头,并且定义了相似的构造函数和对象处理程序。
    • Constructor injection in Spring lets you inject your dependencies through class constructors.
      Spring中的构造函数注入允许您通过类构造函数注入依赖关系。