Thank you for posting at Dotnetfunda [Administrator]
public class MyClass<T> where T : class { // here you can access T. }
public void getType<T>(T obj) { }
www.abhisheksur.com
Login to post response