×

type array meaning in English

类型数组

Examples

  1. 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
    对象类型数组的元素可以通过其索引进行检索,并且可以像处理给定类型的任何对象一样进行处理。
  2. 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
    在从引用类型的数组复制到值类型的数组时,每一个元素都要取消装箱,然后再复制。
  3. Implicitly typed arrays , a form of array creation and initialization that infers the element type of the array from an array initializer
    隐式类型化的数组,一种数组建立的规范并且初始化以从数组构造者那里推断出数组中的元素类型。
  4. 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
    在从值类型的数组复制到引用类型的数组时,每一个元素都要装箱,然后再复制。
  5. This structure only supports arrays containing no references , such as primitive type arrays and value type arrays containing only fields of primitive types
    此结构只支持不包含引用的数组,例如基元类型数组和只包含基元类型字段的值类型数组。
More:   Prev

Related Words

  1. array multiplier
  2. semiconductor array
  3. array memory
  4. drive array
  5. vanatta array
  6. array expression
  7. array box
  8. register array
  9. array response
  10. function array
  11. type argument
  12. type arguments
  13. type association
  14. type athlete
PC Version

Copyright © 2018 WordTech Co.