如下图片,我在调用反射后获得了Type,想用这个type传递到泛型方法的泛型参数里,该怎么实现呢?
需要用反射的方式调用这个OnStringIdentifierModelCreating方法 类似这样
感谢感谢,目前是这样操作的
args0.GetType()
args0已经是Type了噢