array vt. 1.打扮,裝飾。 2.使…列隊,排列。 3.提出(陪審官)名單,使(陪審官)列席,召集(陪審官)。 The general arrayed his troops for battle. 將軍使軍隊列隊準備戰(zhàn)斗。 The girl arrayed herself in her finest clothes. 這女孩打扮得花枝招展。 The count and his men arrayed themselves against the king. 伯爵舉兵對抗國王。 n. 1.整列,隊列,陣(列);陣容。 2.〔詩〕衣裳,裝扮,打扮。 3.陪審官名單。 4.一大批,一大群,一連串。 5.【數(shù)學(xué)】排列。 a battle array 戰(zhàn)斗隊形,列陣。 holiday array 節(jié)日盛裝。 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 對象類型數(shù)組的元素可以通過其索引進行檢索,并且可以像處理給定類型的任何對象一樣進行處理。
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 在從引用類型的數(shù)組復(fù)制到值類型的數(shù)組時,每一個元素都要取消裝箱,然后再復(fù)制。
Implicitly typed arrays , a form of array creation and initialization that infers the element type of the array from an array initializer 隱式類型化的數(shù)組,一種數(shù)組建立的規(guī)范并且初始化以從數(shù)組構(gòu)造者那里推斷出數(shù)組中的元素類型。
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 在從值類型的數(shù)組復(fù)制到引用類型的數(shù)組時,每一個元素都要裝箱,然后再復(fù)制。
This structure only supports arrays containing no references , such as primitive type arrays and value type arrays containing only fields of primitive types 此結(jié)構(gòu)只支持不包含引用的數(shù)組,例如基元類型數(shù)組和只包含基元類型字段的值類型數(shù)組。