0
Answer

Set type of List<> at runtime?

Mark

Mark

17y
1.5k
1
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