On 14.03.2017 22:25, howard.rubin wrote:
Is it possible to pass a 2D array from C++ to C#? The C# function would receive it something like this:public void Receive2dArray(int[,] m) { }
See mono_array_class_get () and mono_array_new_full (). _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list
