❔ How to get the type that got inheri ?

I got a list of PetProfileCardsGroupModel Is there a way I can get a List<PetProfileCardModel> from it ?
3 Replies
Tvde1
Tvde12y ago
it is the List<PetProfileCardModel>
Tvde1
Tvde12y ago
Stack Overflow
Why not inherit from List?
When planning out my programs, I often start with a chain of thought like so: A football team is just a list of football players. Therefore, I should represent it with: var football_team = new ...
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.