0
kicks
Using Predicate with generic List - Vikram Lakhotia
Predicate are type of filter which can filter data based on certain criteria. Predicate is a generic delegate which represents a method that defines a set of criteria to filter records in a generic list.