You should utilize the initializer syntax for both static and instance variables.
你应该在静态变量和实例变量上面利用初始化语法.
互联网
Failed to configure component'{ 0 }'as a process initializer.
未能将组件 “ {0}”配置为进程初始值设定项.
互联网
For example, the initializer of an enumerator must be a constant expression.
例如, 枚举成员的初始化式必须是常量表达式.
互联网
The compile - time type of the initializer expression cannot be the null type.
在编译时刻构造者表达式的类型不能为null类型.
互联网
The following initializer is in error. Identify and fix the problem.
下面的初始化式有错误. 找出并改正错误.
互联网
The initializers for ZooAnimal Bear's constructor initializer list are ignored.
忽略Bear的用于ZooAnimal构造函数初始化列表的初始化式.
互联网
Type initializer for a particular type threw an exception.
特定类型的类型初始值设定项引发异常.
互联网
You must initialize them in a constructor, or you an initializer.
你必须在构造函数里面或者初始化器中初始化它们.
互联网
A super statement can be used only as the last item in a constructor initializer list.
不能在构造函数内部使用super语句.只能将super语句 用作构造函数初始值设定项列表中的最后一项.
互联网
The ZooAnimal part is constructed first, using the initializers specified in the Panda constructor initializer list.
首先使用构造函数初始化列表中指定的初始化式构造ZooAnimal部分.
互联网
The element initializers can be a simple value, an expression or an object initializer.
元素初始值设定项可以是简单的值, 也可以是表达式或对象初始值设定项.
互联网
This constructor uses the constructor initializer list to initialize the units _ sold and revenue members.
这个构造函数使用构造函数初始化列表来初始化units_sold和revenue成员.
互联网
In such cases an initializer must be provided in order to initialize the data member.
在这种情况下,为了初始化数据成员,必须提供初始化式.
互联网
Next, the Bear part is constructed. The initializers for ZooAnimal Bear's constructor initializer list are ignored.
接下来, 构造Bear部分.忽略Bear的用于ZooAnimal构造函数初始化列表的初始化式.
互联网
The colon and the following text up to the open curly is the constructor initializer list.
在冒号和花括号之间的代码称为构造函数的初始化列表.
互联网