Wednesday, July 29, 2015

How to change/modify values in list of list in C#

ObjList.ClassList.ForEach(x => x.Id =0); // It will change all Id's to 0

No comments:

Post a Comment