Predicate Delegates in C#

后端 未结 10 1410
一个人的身影
一个人的身影 2020-11-27 09:13

Can you explain to me:

  • What is a Predicate Delegate?
  • Where should we use predicates?
  • Any best practices when using predicates?

10条回答
  •  轮回少年
    2020-11-27 09:41

    There's a good article on predicates here, although it's from the .NET2 era, so there's no mention of lambda expressions in there.

提交回复
热议问题