| 1. | A jagged array is an array whose elements are arrays 交错数组是元素为数组的数组。 |
| 2. | Describes arrays of arrays , also known as jagged arrays 描述数组嵌套,也称作交错数组。 |
| 3. | It is possible to mix jagged and multidimensional arrays 可以混合使用交错数组和多维数组。 |
| 4. | Returns the number of arrays contained in the jagged array 返回包含在交错数组中的数组的数目。 |
| 5. | How to : initialize a jagged array 如何:初始化交错数组 |
| 6. | The elements of a jagged array can be of different dimensions and sizes 交错数组元素的维度和大小可以不同。 |
| 7. | To declare a jagged array variable 声明交错数组变量 |
| 8. | The following examples create single - dimensional , multidimensional , and jagged arrays 下面的示例创建一维、多维和交错数组: |
| 9. | A jagged array can be either one - dimensional or multidimensional , and so can its elements 交错数组可以是一维或多维,它的元素也可以是一维或多维。 |
| 10. | The following code example initializes the array variables to default except for jagged arrays 下面的代码示例将数组变量初始化为默认值(交错数组除外) : |