[Ironruby-core] 2d array
Orion Edwards
orion.edwards at gmail.com
Sun Nov 29 19:40:34 EST 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20091130/64fb9b23/attachment-0001.html>
More information about the Ironruby-core
mailing list