type array meaning in English
类型数组
Examples
- The elements of an object type array can be retrieved by their index and can be manipulated as any object of the given type would be
对象类型数组的元素可以通过其索引进行检索,并且可以像处理给定类型的任何对象一样进行处理。 - Type downcasting is performed , as required . when copying from a reference - type array to a value - type array , each element is unboxed and then copied
在从引用类型的数组复制到值类型的数组时,每一个元素都要取消装箱,然后再复制。 - Implicitly typed arrays , a form of array creation and initialization that infers the element type of the array from an array initializer
隐式类型化的数组,一种数组建立的规范并且初始化以从数组构造者那里推断出数组中的元素类型。 - When copying from a value - type array to a reference - type array , each element is boxed and then copied . when copying from a reference - type or value - type array to an
在从值类型的数组复制到引用类型的数组时,每一个元素都要装箱,然后再复制。 - This structure only supports arrays containing no references , such as primitive type arrays and value type arrays containing only fields of primitive types
此结构只支持不包含引用的数组,例如基元类型数组和只包含基元类型字段的值类型数组。