Multi-dimensional array problem

Hello

When trying to create multidimensional array:

int[,] array = new int[4, 2];

I get error message:
“Multi-dimensional array with open high bounds not supported on this platform”

It’s not supported in elements for iOS (C#) or bug?

b.r.

It’s currently not supported on Java and iOS/OSX no.