Passing a generic class to a generic method using reflection
Here’s the context:
We have a base class called Body, and many other classes that are inherited from the base class Body.
Invoke generic extension method, with runtime know type as argument
I have a generic extension: