List.Find Method in C#.NET

30-05-2012 The List.Find method requires a delegate function which can compare an object of the same type of the list and return if the object matches the target object. You can either declare a delegate separately or use following easy shortcut. Following example populates a list of people and then finds for a particular entryContinue reading “List.Find Method in C#.NET”