Thursday, April 30, 2015

How to use IndexOf() method of List <object> asp net c#

var index = students.FindIndex(st => st.ID == student.ID);

No comments:

Post a Comment