G
Guest
Is there some way to use Generics in dynamic code using the
Type.GetType("MyClassName")
as an argument?
List<Type.GetType("MyClassName") > oList = new
List<Type.GetType("MyClassName") >
.... or is there a way to declare a generic using strings that hold class
names that have been pulled from XML at run time.
Type.GetType("MyClassName")
as an argument?
List<Type.GetType("MyClassName") > oList = new
List<Type.GetType("MyClassName") >
.... or is there a way to declare a generic using strings that hold class
names that have been pulled from XML at run time.