List<T> listnew = new List<T>();

  

 

listnew = list1.Where(a => !list2.Exists(b => a.csc_id.Contains(b.csc_id))).ToList();

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
  • 2021-08-17
  • 2021-12-03
  • 2022-02-27
  • 2022-03-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案