Daily Shaarli

All links of one day in a single page.

October 3, 2022

c# - How to call generic method with a given Type object? - Stack Overflow
    MethodInfo genericMethod = method.MakeGenericMethod(typeof (string));