Hey, On Fri, Dec 3, 2010 at 6:26 PM, joer <[email protected]> wrote: > Can a type of Assembly B use _Foo because it has a reference to A. Or > do I need to import C.FOO twice and make sure that they user their own > imported reference ?
In the Cecil object model, everything is scoped per module. So each module will need to have its own reference. Jb -- -- mono-cecil
