v3.1.0 Open Generic Create Functions
DIE now supports open generic types for create functions. For example, declare
[CreateFunction(typeof(MyGenericClass<>), "Create")]
and let DIE generate a function with following header:
public MyClass<T_0_0> Create()
The open generic parameter then can be provided upon calling the create function.