Possible Duplicate:
Array memory allocation - paging
Does byte[,] myArray
is always in continuous memory block?
I have some code which works with images stored in such arrays, everything works fine, but I just ask for sure.
EDIT: I work with unsafe code.