Predicate-and-Anonymous-functions-in-Net(codemine.net)
submitted by
skpananghat(184) 11 months, 19 days ago
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.
|category: C#
|Views: 4
tags:
C# another
Everyones tags:
Your Tags: