initializers

initializers

 英

  • 网络初始化器;初始设置软件;初始化粒子

例句

Form of initialization that places a comma-separated list of initializers inside a pair of parentheses.

一种初始形式逗号分隔初始列表括号

Instance initializers allow you to execute construction code for an anonymous inner class.

实例初始允许一个匿名内部执行构造代码

Implicitly-typed arrays are usually used in query expressions together with anonymous types and object and collection initializers.

隐含通常查询运算匿名物件集合初始设定一起使用

The statements generated by initializers are placed in object code before the body of your constructors.

对象代码里面初始生成表达放置构造函数前面

Array initializers now support type inference, significantly reducing the amount of code that needs to be typed.

数值初始设定现在支持类型引用这样大大减少代码

An object initializer consists of a sequence of member initializers, enclosed by { and } tokens and separated by commas.

对象初始一系列成员初始组成封闭{}标记并且逗号间隔

It is also possible to use initializers to fill the array elements with values, in which case you do not need the array size.

可以使用初始设定填充数组元素这种情况下需要数组大小

Notice that object initializers allow the parentheses of the constructor to be omitted.

注意对象初始允许省略构造函数括号

During the initializing phase, any static initializers contained within a class are executed.

初始阶段包含静态初始执行

Structure variable declarations cannot specify initializers or initial sizes for arrays; class variable declarations can.

结构变量声明不能指定初始设定数组初始大小变量声明可以

All positional arguments for an attribute must precede any variable or property initializers.

特性所有定位参数必须位于任何变量属性初始设定之前

Ordinarily these initializers are used to initialize the data members of the newly created object.

通常这些初始用于初始创建对象数据成员

Numeric used only character type codes when specifying data types (but initializers in Numarray can still accept the old character codes).

Numeric指定数据类型使用字符类型编码但是Numarray初始软件仍然接受字符编码)。

They should not get their own config or spawn threads or listen on sockets in their constructors or worse still static initializers.

它们应该构造函数配置自己创建线程监听Sockets静态初始这些事情更糟

Object initializers basically allow the assignment of multiple properties or fields in a single expression.

对象初始主要允许单一表达式多个属性字段

Unless we explicitly supply element initializers , the elements of a local array of built-in type are uninitialized.

除非显式提供元素初值否则内置类型局部数组元素没有初始

Type constructors are also known as type initializers.

类型构造函数称为类型初始设定

Static initializers and static constructors provide the cleanest, clearest way to initialize static members of your class.

静态初始静态构造函数提供洁净直接方式初始静态成员

You'll get the benefits of avoiding code duplication, and constructor initializers generate much more efficient object code.

这样好处避免代码重复构造函数初始生成高效对象代码

Discusses object initializers, which are used to create instances of named and anonymous types by using a single expression.

讨论对象初始设定通过使用单个表达式可以利用这些初始设定创建命名匿名类型实例

Equally important, the initializers are added to the compiler-generated default constructor.

同样重要初始编译生成默认构造函数

Don't use this function in the constructor or field initializers, instead move initialization code to the Awake or Start function.

不要构造函数初始可以初始代码移动AwakeStart函数

Keyword on a class or interface, all code in the class, including initializers and code in nested types, will be evaluated strictly.

关键字所有代码包括类型初始设定代码严格地进行计算

Anonymous types, which are tuple types automatically inferred and created from object initializers.

匿名类型对象初始自动推导创建元组

First, it initializes those system classes that don't require thread support by executing their static initializers.

首先初始这些系统需要线程支持执行这些静态初始

Object initializers, which ease construction and initialization of objects.

对象初始简化对象构造初始

Designated initializers are particularly useful when initializing a union.

指定初始初始联合尤其有用

Collection initializers are only allowed for collection classes that meet certain criteria.

允许满足某些条件集合使用集合初始设定

This program also demonstrates how static field initializers execute before the code inside an explicit type constructor.

程序演示静态字段初始设定如何式类型构造函数代码之前执行

Array initializers may also be used inline for calling functions.

数组初始设定可以调用函数内联使用

If we provide no element initializers for an array of class type, then the default constructor is used to initialize each element.

如果没有类型数组提供元素初始默认构造函数初始每个元素

Constructors and field initializers will be executed from the loading thread when loading a scene.

构造函数初始只能场景加载执行

Minimize reliance of implicit initializers for fields.

最小化暗藏初始信任

Static variable and class member initializers only accept scalar values while in PHP 3 they accepted any valid expression.

PHP4静态变量成员接受标量PHP3接受任何有效表达式

Instance initializers are executed only if an object is constructed.

只有对象创建实例初始开始执行

Field initializers are not allowed on instance fields in value types.

类型实例字段允许字段初始设定

The class no longer requires a method, because the constants go into static field initializers in the dex file.

不再需要方法因为常量通过静态字段初始进入dex文件

If you have used Zope interfaces, you may have seen examples of class initializers (zope. interface. implements).

如果使用zope界面也许初始例子(zope.interface.implements)。

Scala does not have static methods, fields, or initializers.

Scala没有静态方法字段初始程序

The reason is that the runtime parameter values are declared in the same file as the initializers.

原因运行参数初始软件同样文件声明