国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

initializers

initializers

 英

  • 網(wǎng)絡(luò)初始化器;初始設(shè)置軟件;初始化粒子

例句

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

一種初始形式逗號分隔初始列表括號內(nèi)

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

實例初始允許一個匿名內(nèi)部執(zhí)行構(gòu)造代碼

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

隱含通常查詢運算匿名物件集合初始設(shè)定一起使用

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

對象代碼里面初始生成表達放置構(gòu)造函數(shù)前面

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

數(shù)值初始設(shè)定現(xiàn)在支持類型引用這樣大大減少代碼

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

對象初始一系列成員初始組成封閉{}標(biāo)記內(nèi)并且逗號間隔

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

可以使用初始設(shè)定填充數(shù)組元素這種情況下需要數(shù)組大小

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

注意對象初始允許省略構(gòu)造函數(shù)括號

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

初始階段包含靜態(tài)初始執(zhí)行

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

結(jié)構(gòu)變量聲明不能指定初始設(shè)定數(shù)組初始大小變量聲明可以

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

特性所有定位參數(shù)必須位于任何變量屬性初始設(shè)定之前

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

通常這些初始用于初始創(chuàng)建對象數(shù)據(jù)成員

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

Numeric指定數(shù)據(jù)類型使用字符類型編碼但是Numarray初始軟件仍然接受字符編碼)。

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

它們應(yīng)該構(gòu)造函數(shù)配置自己創(chuàng)建線程監(jiān)聽Sockets靜態(tài)初始這些事情更糟

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.

除非顯式提供元素初值否則內(nèi)置類型局部數(shù)組元素沒有初始

Type constructors are also known as type initializers.

類型構(gòu)造函數(shù)稱為類型初始設(shè)定

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

靜態(tài)初始靜態(tài)構(gòu)造函數(shù)提供潔凈直接方式初始靜態(tài)成員

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

這樣好處避免代碼重復(fù)構(gòu)造函數(shù)初始生成高效對象代碼

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

討論對象初始設(shè)定通過使用單個表達式可以利用這些初始設(shè)定創(chuàng)建命名匿名類型實例

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

同樣重要初始編譯生成默認(rèn)構(gòu)造函數(shù)

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

不要構(gòu)造函數(shù)初始可以初始代碼移動AwakeStart函數(shù)

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

關(guān)鍵字所有代碼包括類型初始設(shè)定代碼嚴(yán)格地進行計算

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

匿名類型對象初始自動推導(dǎo)創(chuàng)建元組

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

首先初始這些系統(tǒng)需要線程支持執(zhí)行這些靜態(tài)初始

Object initializers, which ease construction and initialization of objects.

對象初始簡化對象構(gòu)造初始

Designated initializers are particularly useful when initializing a union.

指定初始初始聯(lián)合尤其有用

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

允許滿足某些條件集合使用集合初始設(shè)定

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

程序演示靜態(tài)字段初始設(shè)定如何式類型構(gòu)造函數(shù)代碼之前執(zhí)行

Array initializers may also be used inline for calling functions.

數(shù)組初始設(shè)定可以調(diào)用函數(shù)內(nèi)聯(lián)使用

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

如果沒有類型數(shù)組提供元素初始默認(rèn)構(gòu)造函數(shù)初始每個元素

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

構(gòu)造函數(shù)初始只能場景加載執(zhí)行

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靜態(tài)變量成員接受標(biāo)量PHP3接受任何有效表達式

Instance initializers are executed only if an object is constructed.

只有當(dāng)對象創(chuàng)建實例初始開始執(zhí)行

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

類型實例字段允許字段初始設(shè)定

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

不再需要方法因為常量通過靜態(tài)字段初始進入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沒有靜態(tài)方法字段初始程序

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

原因運行參數(shù)初始軟件同樣文件聲明