How to specify generic type for method dynamically in context (without reflection if possible)
So is it possible to specify a generic type for a method dynamically in C#? I am not talking about using reflection, but with just C#. Example: internal class MyRepository { async Task<...