1 IList<ActionInfo> tempList = new List<ActionInfo>();
2  IList<ActionInfo> tempActionList = new List<ActionInfo>();
3 
4   var iactionlist = (from li in tempList
5                                select li).Distinct();
6             foreach (var d in iactionlist)
7             {
8                 tempActionList.Add(d);
9             } 
View Code

相关文章:

  • 2021-10-08
  • 2022-12-23
  • 2022-02-23
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-06
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
相关资源
相似解决方案