G
Guest
Any type declaration of double[][,] leads to a TypeLoadException when run in
cf (no compilation error), i.e. cf = reduced c# set??? see example below
comments?
@ndre
this compiles with cf, but give an TypeLoadException:
public class test_TypeLoadException
{
static void Main()
{
double[][,] x;
}
}
cf (no compilation error), i.e. cf = reduced c# set??? see example below
comments?
@ndre
this compiles with cf, but give an TypeLoadException:
public class test_TypeLoadException
{
static void Main()
{
double[][,] x;
}
}