| 1. | To a new array of the specified element type 的元素复制到指定元素类型的新数组中。 |
| 2. | Copies the elements of the list to a new array 的元素复制到新数组中。 |
| 3. | Creates a new array with elements of type 类型的元素的新数组。 |
| 4. | You can also initialize and pass a new array in one step 也可以在一个步骤中初始化并传递新数组。 |
| 5. | An object reference to the new array is pushed onto the stack 将对新数组的对象引用推送到堆栈上。 |
| 6. | Creates a new array which replaces the existing array in variable 将创建一个新数组,该数组将替换变量 |
| 7. | Creates another new array , copying all the elements that fit 创建另一个新数组,复制所有适合的元素。 |
| 8. | The new array replaces the released array in the array variable 新数组将替换数组变量中已释放的数组。 |
| 9. | Creates a new array of the specified element type and dimensions 创建采用指定元素类型和维数的新数组。 |
| 10. | Copies all the elements from the existing array into the new array 会将所有元素从现有数组复制到新数组。 |