class constructor信息详情

class constructor发音

意思翻译

类构造函数

相似词语短语

constructor java───构造函数java

constructor function───构造函数

constructor super───超级建造师

constructor called───调用了构造函数

constructor javascript───构造函数javascript

constructor method───建构式

constructor c#───构造器c#

constructor game───构装师游戏

constructor mod───构造函数mod

双语使用场景

The class constructor takes up to three parameters.───这个类构造器最多有三个参数。

The next few lines introduce the int class constructor.───后面的几行介绍int类的构造函数。

The Collaborator class constructor is still quite simple.───Collaborator类构造函数仍然十分简单。

The default constructor has no arguments; its implementation calls the base class constructor.───默认的构造函数没有参数;其实现将调用基类构造函数。

The body of the derived-class constructor is called.───调用派生类的构造方法;

First, we define our reference class such that object creation functions as the acquisition of a resource through its class constructor.───首先,定义引用类,使对象创建能够用来通过类构造函数获取资源。

The base class constructor checks a number of the parameters for a connection point and can throw several exceptions.───基类构造函数检查连接点的一些参数,并可能会引发若干异常。

Represents the name of the class constructor method as it is stored in metadata.───表示存储在元数据中的类构造函数方法的名称。

A static constructor, also known as a class constructor, is used to initialize a type.───静态构造函数(也称为类构造函数)用于初始化类型。

英语使用场景

At parsing time, Java reflection features are exploited to determine the class constructor matching the specified signature and its invocation.