We are using here an object initializer.
我们在这里使用了一个对象构造器。
Anonymous types must be declared with an object initializer.
匿名类型必须用对象初始值设定项加以声明。
Such a representation is also called an object initializer in Rhino.
这种表示在Rhino中也称为对象初始化。
In the case of PHP, the arguments to this object initializer are path, host and port.
就php来说,这个对象初始化器的参数是path、host和port。
An object initializer specifies values for one or more fields or properties of an object.
对象初始化器指定一个或多个对象的域或属性的值。
Query expressions make frequent use of anonymous types, which can only be initialized with an object initializer.
查询表达式经常使用匿名类型,而这些类型只能使用对象初始值设定项进行初始化。
When you create an anonymous type that contains an array, the array must be implicitly typed in the type's object initializer.
建立包含阵列的匿名型别时,在型别的物件初始设定式中阵列必须是隐含型别。
The result of each declaration in the procedure is equivalent to the following example, which does not use an object initializer.
此程序中的每项宣告结果都符合下列不使用物件初始设定式的范例。
Query expressions make frequent use of anonymous types, which can only be initialized by using an object initializer, as shown in the following declaration.
查询运算式经常使用匿名型别,此型别只能使用物件初始化设定式初始化,如下列宣告所示。
Instead of assigning a new value to the field or property, the assignments in the object initializer are treated as assignments to members of the field or property.
对象初始化器中的赋值作为域或属性成员的赋值对待,而不是给域或属性赋予新值。
If you already go for the object initializer when defining a prototype you will probably most of the time choose the first form. This form is more compact and natural.
如果你在定义一个原型时需要初始化一个对象,一般都会选择第一种,形式会更加自然。
The format you use to declare an instance of an anonymous type resembles the format you use when you declare an instance of a named type by using an object initializer.
用于声明匿名类型实例的格式类似于在使用对象初始值设定项声明命名类型实例时使用的格式。
When you use an object initializer to create an instance of a named type, the default constructor for the class is called, followed by initialization of designated members in the order you specify.
当您使用物件初始设定式来建立具名型别的执行个体时,会呼叫类别的预设建构函式,接著按照您指定的顺序初始化指定的成员。
To instantiate the object within the shared memory, define an additional class, Initializer.
要对共享内存中的对象进行实例化,请定义另外一个类Initializer。
If a variable is initialized with an empty initializer list, the object is value initialized.
如果用空的初始化器列表对变量进行初始化,对象为初始化值。
The designated initializer syntax allows you to initialize members by name, without regard to the order in which they appear in an object.
指定的初始化程序语法允许您通过名字初始化成员,不用理会它们在对象中出现的顺序。
If there is no default constructor, then there is a compile-time error: the object must be given an explicit initializer.
如果没有默认构造函数,那么将会出现编译时错误:必须要给对象指定显式的初始化式。
It is not possible for an object or collection initializer to refer to the object instance being initialized.
对于某个对象或集合的构造者而言,引用该对象实例进行初始化是不可能的。
To use them, you create a session object and pass it to the constructor or initializer for a binary XML reader or writer.
要使用动态字典,请创建会话对象并将其传递到二进制xml读取器或编写器的构造函数或初始值设定项。
In standard c, the effect of this is to forbid the use of the address of a thread local variable as an initializer for an object or pointer.
在标准c中,这种作法的效果是禁止将线程本地变量的地址用作对象或指针的初始值设定项。
To use them you create a session object and pass it to the constructor or initializer for a binary XML reader or writer.
要使用动态字典,请创建会话对象并将其传递到二进制xml读取器或编写器的构造函数或初始值设定项。
To use them you create a session object and pass it to the constructor or initializer for a binary XML reader or writer.
要使用动态字典,请创建会话对象并将其传递到二进制xml读取器或编写器的构造函数或初始值设定项。
应用推荐