> // Call the Singelton<TFactory, TService>.Instance > var genericSingletonType = module.Import(typeof > (Singleton<,>));
I don't know why, but it seams that the Import method doesn't import generic parameter constraints :s var genericSingletonType = module.Import(typeof(Singleton<,>)); --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
