Predicate-and-Anonymous-functions-in-Net

added by skpananghat
6/7/2011 12:24:29 AM

86 Views

Basically a predicate in .Net (System.Predicate) is just a delegate to a user defined method which return true of false base upon some criteria, thus helps in decision making to the call of certain functions like List.FindAll, List.Find etc.


0 comments