Just create a new ArrayType object with an imported element type? No special magic for adding it to the module, etc?
On Friday, August 25, 2017 at 5:49:55 PM UTC-5, Jb Evain wrote: > > Hello John, > > Arrays are just a specification of a type. Just import a reference to its > element type, and wrap that in a `new ArrayType`. > > Jb > > > On Fri, Aug 25, 2017 at 12:10 PM, John Smith <[email protected] > <javascript:>> wrote: > >> How can I properly import a reference to an array type, where its element >> type is defined in another assembly? >> >> -- >> -- >> -- >> mono-cecil >> --- >> You received this message because you are subscribed to the Google Groups >> "mono-cecil" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
