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ù)或初始化域,你可以把初始化代碼移動到Awake或Start函數(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ù)值是同初始化軟件在同樣的文件中被聲明的。