A jaggedarray is an array whose elements are arrays.
交错数组是元素为数组的数组。
2
The following code example initializes the array elements to default values (except for jagged arrays).
下列范例会指派值给特定的阵列元素。
3
The following is a declaration and initialization of a single-dimensional jaggedarray that contains three two-dimensional array elements of different sizes.