Hi,
I have the following class:
public class Factory
{
public static T Create<T>(){ }
}I want to emit code for calling Factory.Create<X>() where X is known from a TypeDefinition object. How can I do this please? --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
