I have this classes:
class Test<K,V> {} class Test1 : Test<int, string> {}
Is there a way to get the info from an instance of Test1 that it behaves on int, string?
Aucun commentaire:
Enregistrer un commentaire