Type related

Sep 18 2007 1:14 AM

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


Answers (1)