How do I get the actual type of T in a generic List at run time using reflection?
typeof (T)
or
typeof (T).UnderlyingSystemType