How can i determine the dimensions of a multi dimensional array.

for example.
if i create a 2 dimensional array ( int [,] ) and read in some information (which will be variable in length)
can i i find the values for [x,y] of this array ?

i do not need the length, as this return all elements rather than the elements of each dimension.