array-type的意思|示意
[计] 数组类型
array-type的网络常见释义
数组类型 ... interface-type(接口类型) array-type(数组类型) delegate-type(委托类型) ...
array-type相关短语
1、 array type 数组类型 ; 阵列型别 ; 阵列型态 ; 阵列类型
2、 array type definition 数组类型定义 ; 翻译 ; 数组类型定义英语
3、 Array type required 需要数组类型
array-type相关例句
Now you need to define an array of type Article.
现在您需要定义一个article类型的数组。
It has a Unicode string type and an array type.
它有一个Unicode的字符串类型和数组类型。
Array is a type, so array applied to the list is just like applying float to an int.
array是一种类型,所以array应用在链表上,就相当于把浮点型应用在整形上。
It USES reflection to create a new array of the same type, then copies all the data across from the old array before returning the new array.
它使用反射来创建相同类型的新数组,然后在返回新数组之前,在老数组中复制所有数据。
The canonical example of dependent types is that of an array type parameterized by the size of the array.
从属类型的标准实例是数组大小参数化的数组。
Both work fundamentally the same way, at compile time the keyword "var" is replaced with the correct scalar or array type for the associated expression.
二者的实现基础完全相同,即在编译时将“var”替换成为分析得到的正确的变量或数组类型表达式。