Object Initializers的意思|示意

美 / / 英 / /

对象初始化器


Object Initializers的网络常见释义

对象初始化器 对象初始化器 (Object Initializers):.NET2.0框架中的类型十分依好于属性。该天生对象真例和使用新的类型时,在.Net2.0时分我们像这样写:

对象初始化设置 ... 对象初始化设置(Object Initializers) 集合初始化设置(Collection Initializers) 匿名类型(Anonymous Types) ...

物件初始化 物件初始化 (Object Initializers)以往建立物件时如要一并初始化物件内变数,必须对该类别定义初始化函式

象初始化器 C#和VB韩言的新特性:韩象初始化器(Object Initializers) .NET 架中的韩型非常依韩于 性的使用。

Object Initializers相关短语

1、 Object and Collection Initializers 对象与集合初始化器 ; 对象和集合初始器 ; 对象和集合初始化器

Object Initializers相关例句

The compiler processes object initializers by first accessing the default instance constructor, and then by processing the member initializations.

编译器进程的第一个访问默认实例的构造函数,然后通过处理成员初始化对象初始值设定项。

You can use object initializers to initialize type objects in a declarative manner without explicitly invoking a constructor for the type.

以声明方式初始化类型的对象,而无需显式调用该类型的构造函数,您可以使用对象初始值设定项。

By combining object initializers and type inference, we can create simple data-storage objects without needing to define the corresponding class or struct. Listing 5-24 shows an example.

通过结合对象初始化器和类型接口,我们可以生成一个简单的数据存储对象,而不需要定义相应的类或结构。清单5 - 24演示了一个例子。

The toolbox is intended to contain all the evolutionary tools, from the object initializers to the evaluation operator.

工具箱是来包含所有进化工具的,从对象的初始化到评价操作算子。

Object initializers, which ease construction and initialization of objects.

对象初始化器,简化了对象的构造和初始化。

While the above examples are interesting, you probably don't want to keep using object initializers to define individual persons.

虽然上面这个例子非常有趣,但是您可能不希望一直使用对象初始化来定义个别某些人。