array vt. 1.打扮,装饰。 2.使…列队,排列。 3.提出(陪审官)名单,使(陪审官)列席,召集(陪审官)。 The general arrayed his troops for battle. 将军使军队列队准备战斗。 The girl arrayed herself in her finest clothes. 这女孩打扮得花枝招展。 The count and his men arrayed themselves against the king. 伯爵举兵对抗国王。 n. 1.整列,队列,阵(列);阵容。 2.〔诗〕衣裳,装扮,打扮。 3.陪审官名单。 4.一大批,一大群,一连串。 5.【数学】排列。 a battle array 战斗队形,列阵。 holiday array 节日盛装。 be in fine array 盛装。 an array of actors 演员的阵容。 a window array 橱窗陈列品。 an array of (umbrellas) 一排(伞)。 in battle array 列阵,严阵。 in proud array 堂堂正正。
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 此结构只支持不包含引用的数组,例如基元类型数组和只包含基元类型字段的值类型数组。