I have some C# code which is expecting a 2d array.

public static class Foo
{
    public static int Bar(object[,] inArray)
    { ... }
}

Is there any way that I can call this from IronRuby? I can't figure out how
to create the 2d array?

I have a feeling this has been asked before, but I can't find any info about
it...

Cheers, Orion
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to