How to invoke method with nested generic type by reflection in C#
I found some examples where generic method is invoked via reflection such as method<T>()
. In my case, the generic type is nested in a class method<Class<T>>()
.
I found some examples where generic method is invoked via reflection such as method<T>()
. In my case, the generic type is nested in a class method<Class<T>>()
.