Hi there,
I want to achieve something like this. Please let me know if it is possible or not.
string strType = "System.String";
//I want to create List of actual type mentioned in the strType value.
List<strType> obj = new List<strType>();
Awaiting your reponse.
Paresh