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.

--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top