I'm having the same issue. It looks like GenericParameters like !!0 can be resolved to actual TypeDefinitions by using the GenericArguments which specify <int,int> for instance, but is there a proper way to do this? My current implementation works, but feels hackish because it has to recursively iterate a type's argument's looking for GenericParameters to replace with actual TypeDefinitions.
Thanks, John > > www.codeperspective.com :) -- -- mono-cecil
