I have a Type variable - Type t = typeof(myClass);
Type
Type t = typeof(myClass);
How can I create a Dictionary - Dictionary<String, myClass> using the type variable t?
Dictionary<String, myClass>
Aucun commentaire:
Enregistrer un commentaire