array element type
常见例句
- An array with the same element type as the parameter array's element type.
元素类型与参数数组的元素类型相同的数组。 - Its default value is an empty one-dimensional array of the parameter array's element type.
其默认值是参数数组元素类型的空一维数组。 - If the array's element type does not have a constructor, the elements of the array will be initialized with the corresponding zero representation for that type.
如果阵列的元素型别没有建构函式,则阵列的元素将会以该型别的对应零表示初始化。 返回 array element type