随笔分类 -  C#

摘要:using System; using System.Reflection; using System.Linq; public class BaseClass { } public class DerivedClass1 : BaseClass { } public class DerivedCl 阅读全文
posted @ 2024-04-25 11:52 gatran 阅读(5) 评论(0) 推荐(0) 编辑
摘要:public int GetScoreByIndex(int index) { return examinationDatas.Find(x => x.index == index).actualScore; } 阅读全文
posted @ 2024-04-24 19:13 gatran 阅读(5) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示