initializer的意思|示意
初始程序,初始化程序
initializer相关例句
The compile - time type of the initializer expression cannot be the null type.
在编译时刻构造者表达式的类型不能为null类型.
互联网
A super statement can be used only as the last item in a constructor initializer list.
不能在构造函数内部使用super语句.只能将super语句 用作构造函数初始值设定项列表中的最后一项.
互联网
This constructor uses the constructor initializer list to initialize the units _ sold and revenue members.
这个构造函数使用构造函数初始化列表来初始化units_sold和revenue成员.
互联网
The element initializers can be a simple value, an expression or an object initializer.
元素初始值设定项可以是简单的值, 也可以是表达式或对象初始值设定项.
互联网
The ZooAnimal part is constructed first, using the initializers specified in the Panda constructor initializer list.
首先使用构造函数初始化列表中指定的初始化式构造ZooAnimal部分.
互联网
Next, the Bear part is constructed. The initializers for ZooAnimal Bear's constructor initializer list are ignored.
接下来, 构造Bear部分.忽略Bear的用于ZooAnimal构造函数初始化列表的初始化式.
互联网