Considering I have the following:
Type objectType = typeof(A);
How can I convert objectType to collectionType? Knowing that collectionType represents the following:
Type collectionType = typeof(IList<A>);
Aucun commentaire:
Enregistrer un commentaire