摘要:
1 public static List<ProjectModel> While_ProjectRef(ProjectModel projectModel,SolutionModel solutionModel, 2 List<ProjectModel> ProjectCrip) 3 { 4 Lis 阅读全文
posted @ 2022-04-19 10:55
博二爷
阅读(117)
评论(0)
推荐(0)
摘要:
1 List<int> listA = new List<int> { 1, 2, 3, 5, 7, 9 }; 2 List<int> listB = new List<int> { 2,3,88 }; 3 //合并 4 listA.AddRange(listB); 5 //去重 6 List<in 阅读全文
posted @ 2022-04-19 10:18
博二爷
阅读(212)
评论(0)
推荐(0)