А>Invalid rank specifier: expected ',' or ']'
А>int[][,] myArr = new int[5][2,3]; А>
int[][,] a = new int[10][,]; a[0] = new int[10, 20]; //...