CC#•Created by E-slacker on 7/9/2023 in #help ❔ How to return a generic interface whose only parameter is determined on runtime?
I can't use new with a Assembly that I get on runtime, can I? What I want to do, basically, is to get all classes of the project that implement IProblem<> and call some of their methods