|
constructor
|
|
构造函数,建立者
|
分类:
|
详细解释:
|
|
以下为句子列表:
英文: Always provide a static constructor when providing static member variables.
中文: 当提供静态成员变量时,总是提供一个静态构造函数。
更详细...
英文: An object creation expression can omit the constructor argument list and enclosing parentheses provided it includes an object or collection initializer.
中文: 某个对象建立表达式能够删除构造函数的参数列表和圆括号,以提供包含的对象或集合的构造者。
更详细...
英文: Because a template constructor is never a copy constructor, the presence of such a template does not suppress the implicit declaration of a copy constructor.
中文: 由于模板构造函数终究不是拷贝构造函数,因此这种模板的出现并不会隐藏原来隐含的拷贝构造函数之声明。
更详细...
英文: CFile::modeCreate Directs the constructor to create a new file. If the file exists already, it is truncated to 0 length.
中文: 用创建的方式打开文件。如果文件已经存在,则清空原文件。
更详细...
英文: Constructing a credit account requites the specification of credit limit. The constructor will set the credit limit instance variable to be equal to that specified as a parameter.
中文: 创建一个信用帐户需要设定该帐户的信用限制。构造器会把该实例变量(即信用限制)设为一个参数。
更详细...
|
|
|
|