On 1/5/09, Daniel Cazzulino <[email protected]> wrote: > mmm... List<object> is surely referenced already, shouldn't Import account > for that scenario?
Oh it certainly should :) The core of the issue is that at the metadata level, a generic reference, say List<object>, doesn't tell that List<T> has 1 generic parameter. So it sometimes can be tricky to get things right. -- Jb Evain <[email protected]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
