by John Munro >> Fri, 7 Aug 2009 20:52:37 GMT
I have imported a .NET dll. I will be creating an instance of an object
imported from the dll, and I need to be able to call a method on the
object that returns an array of other objects.
My problem is that the method imported into Jade has a return type of
JadeDotNetType, and I don't know how to turn that into an array.
Anyone have any ideas?
John