Mark

Mark

  • NA
  • 2
  • 0

Set type of List<> at runtime?

Jan 8 2007 11:56 PM
I have a class that contains a List<t>. I want to instaniate the list based on a type passed as an argument in the class constructor. I can't see to get this to work. Is this possible? Thanks