Simplest way to filter value from generic List in C# using LINQ

前端 未结 3 784
醉酒成梦
醉酒成梦 2020-12-17 09:58

I have two classes. The first one is Person, and the second one is Student (which inherits from Person). I want to filter a generic List and find

3条回答
提交回复
热议问题