Generics Type parameter - runtime

Joined
Jul 12, 2007
Messages
6
Reaction score
0
Is it possible to change the type parameter of an ilist at runtime

eg:
public IList<T> ResultEO;
at runtime change to :
public IList<Plan> ResultEO;
public IList<PlanAssig> ResultEO;

where Plan,PlanAssig is a class which is set based on the paramter value,
also how do i declare T?I dont have any generic class T.
I am new to generics so not able to figure it out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top