This seems to be a bit of a contradiction, but how can I construct a
Generic class using a System.Type variable that is assigned at run
time? Is there some parallel to the Generics concept that extends to
having strictly-typed classes at run-time?
I would gladly give up the compile-time errors if I could get rid of
all these CType()s :)
Generic class using a System.Type variable that is assigned at run
time? Is there some parallel to the Generics concept that extends to
having strictly-typed classes at run-time?
I would gladly give up the compile-time errors if I could get rid of
all these CType()s :)
Comment