The data in the array literal must be convertible to the data type of the typed array.
数组标识符中的数据必须可转换为类型化数组的数据类型。
When the script creates or initializes the array, it sets the number of elements in a typed array.
当脚本创建或初始化数组时,它就会设置类型化数组中元素的数量。
First, the array literal is converted to a typed array, which is used to initialize the typed array.
首先,将数组标识符转换为类型化数组,后者用于初始化类型化数组。
The initialization can occur when the typed array variable is declared or later, as with variables of other types.
这种初始化可能发生在具型别阵列变数被宣告时或是稍后和其他型别的变数一起宣告时。
In typed arrays, which are dense, the size is fixed, and elements must be the same type as the base type of the array.
在紧密的具型别阵列中,其大小是固定的,元素的型别必须和阵列的基底型别相同。
The syntax of array creation expressions (§7.5.10.2) is extended to support implicitly typed array creation expressions.
扩展数组创建表达式(§7.5.10.2)的语法用以支持隐型数组创建表达式。
An array literal cannot initialize a multidimensional typed array, but an array literal can initialize a typed array of typed arrays.
数组标识符不能初始化多维类型化数组,但可以初始化类型化数组的类型化数组。
Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer.
数组创建和初始化的形式,它从数组初始化器推导出数组的元素类型。
The code generated with the Create SDO Package action contains the typed array methods, along with the list methods for the related SDO objects.
CreateSDOPackage动作生成的代码包含数组方法和用于相关sdo对象的列表方法。
You can create an implicitly-typed array in which the type of the array instance is inferred from the elements specified in the array initializer.
您可以建立隐含型别的阵列,在其中阵列执行个体的型别是由阵列初始设定式中指定的项目推断。
This variable should be typed so that it's compatible with each item in the list, array, or collection being iterated over.
这个变量应该有自己的类型,这样,它就可以与将遍历的列表、数组或集合中的每一个项兼容。
Arrays are typed, and so you know exactly what variable type is going to be needed for each item in the array.
数组被类型化,所以您需要很清楚地知道数组中每个项目的变量类型是什么。
The IRC module nicely breaks down the message the user typed into words that you can reference as an array in the messageex array.
IRC模块巧妙地将用户输入的消息断开为单词,可以在messageex数组中以数组的方式引用这些单词。
Array initializers now support type inference, significantly reducing the amount of code that needs to be typed.
数值初始值设定项现在可支持类型引用,这样大大减少了代码量。
This variable should be typed so that it's compatible with each item in the list, array , or collection being iterated over.
这个变量应该有自己的类型,这样,它就可以与将遍历的列表、数组或集合中的每一个项兼容。
When you create an anonymous type that contains an array, the array must be implicitly typed in the type's object initializer.
建立包含阵列的匿名型别时,在型别的物件初始设定式中阵列必须是隐含型别。
When you create an anonymous type that contains an array, the array must be implicitly typed in the type's object initializer.
建立包含阵列的匿名型别时,在型别的物件初始设定式中阵列必须是隐含型别。
应用推荐