Computer Science, asked by kshamasahay3862, 1 year ago

How we modify in linq query list of items with certain conditions in c# according to another list items

Answers

Answered by Anonymous
1

had a list List<Myclass> li = new List<Myclass>(); where Myclass is class Myclass { public string name

Similar questions