type[][] array=new type[x][]; for(int i=0;i<x,I++) { array[i]=new type[y]; }
type[,] array=new type[x,y];
array.Length