On Mon, Dec 6, 2010 at 5:39 PM, impworks <[email protected]> wrote: > Do I import every single type I use, including the super-default one > like void, int, etc?
For those you have fast accessors: module.TypeSystem.Void For instance. Jb -- -- mono-cecil
