It is not possible for an object or collection initializer to refer to the object instance being initialized 对于某个对象或集合的构造者而言,引用该对象实例进行初始化是不可能的。
Class has an initializer and keeps track of the parameter passed in to determine whether to apply xslt to xml results 类有一个初始化器,并记录传递的参数,决定是否对xml结果应用xslt 。
A member initializer that specifes an object initializer after the equals sign is an initialization of an embedded object 成员构造者特指某个等号后面的对象构造者,是内嵌对象的初始化。
An object initializer consists of a sequence of member initializers , enclosed by { and } tokens and separated by commas 对象构造者由一系列成员构造者组成,是由{和}标示的并由逗号分隔的。
I especially liked your using the setfetchsize on the statement in conjunction with the vector initializer and increment (我尤其欣赏您在与vector初始程序和增量相连接的语句中使用setfetchsize ( ) )
In jython you explicitly declare the current instance being invoked or in the case of the initializer , created as an argument 在jython中,将正被调用(或在初始化程序的情况中,被创建)的当前实例显式声明为参数。
Implicitly typed arrays , a form of array creation and initialization that infers the element type of the array from an array initializer 隐型数组,数组创建和初始化的形式,它从数组初始化器推导出数组的元素类型。
Each initializer consists of the attribute name followed by a colon , followed by an expression which defines its value but see 每个初始化程序由属性名冒号定义属性值的表达式javafx也支持在上下文中进行增量式求值,详见
The value of each subsequent enumerated type member is one more then the previous member or the value of the initializer , if provided . an 后继的每个枚举类型成员的值比前一个成员大一或者是初始值设定项的值(如果已提供) 。
An initializer must be a compile - time , constant expression that is of the same type as the enumeration specified , or convertible to that type 初始值设定项必须是与指定枚举具有相同类型(或可转换为该类型)的编译时常数表达式。