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.
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.