C#C
C#4y ago
scixing

Is there a way to call generic methods through Type (from typeof or GetType) (without reflection)

like
T Create<T>();
Type a = typeof(xxx);
Was this page helpful?