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 堂堂正正。
Copies the contents of the collection to the specified array, starting at the specified destination array index 从指定目标数组索引处开始,将集合中的内容复制到指定数组中。
At array index 0 represents the most recent function call in the stack trace and the last frame pushed onto the call stack 表示堆栈跟踪中最近的函数调用以及推入到调用堆栈中的最后一帧。
Loads the element at a specified array index onto the top of the evaluation stack as the type specified in the instruction 按照指令中指定的类型,将指定数组索引中的元素加载到计算堆栈的顶部。
Objects differ exactly when the array indices representing them differ, i . e ., a simple pointer comparison is sufficient 元素对象不同也就是他们在数组中对应的序号不同,也就是仅仅比较元素对应的指针就足够了。
The array indexing operator cannot be overloaded; however, types can define indexers, and properties that take one or more parameters 不能重载数组索引运算符;但类型可以定义采用一个或多个参数的索引器和属性。
If you regularly program in a language that uses array indices to access parts of a string and who doesn t, make a mental note that substr is your awk substitute 如果您通常用于编程的语言使用数组下标访问部分字符串(以及不使用这种语言的人),请记住substr()是awk代替方法。
Property of the new instance to a system-supplied message that describes the error, such as " an array index is out of range . " this message takes into account the current system culture 属性初始化为系统提供的、描述错误的消息,如“数组索引超出范围。”。此消息将考虑当前系统区域性。
Indexer parameters are enclosed in square brackets, just like array indices, but indexer parameters can be declared to be of any type, unlike array indices, which must be integral 索引器参数括在方括号中(就像数组索引一样),但索引器参数可声明为任何类型(这与数组索引不同,数组索引必须为整数)。
Indexer parameters are enclosed in square brackets, just like array indices, but indexer parameters can be declared to be of any type, unlike array indices, which must be integral 索引器参数括在方括号中(就像数组索引一样),但索引器参数可声明为任何类型(这与数组索引不同,数组索引必须为整数)。