❔ 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
it is the
List<PetProfileCardModel>
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 ...
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.