Multi-dimensional jagged arrays give TypeLoadException

  • Thread starter Thread starter Mike Scott
  • Start date Start date
M

Mike Scott

Hello,

The following code produces a TypeLoadException on the compact framework.
int[,][] ints = new int[ 10, 5 ][] ;

ints[ 0, 0 ] = new int[ 3 ] ;



This code is valid, is this CF limitation documented anywhere.

Cheers

MikeS.
 
Mike,

Thanks a lot for reporting this problem. It will be either fixed or clearly
documented in upcoming release of a Compact Framework.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
Back
Top