Tuesday, July 17, 2012

Assign Delegates to Predicates

e.g. Filter property of an ICollectionView is a predicate, so pass it a delegate which is applied to each item (returning true or false based on some criteria)

No comments:

Post a Comment