C# lambda expressions as function arguments

前端 未结 5 1319
礼貌的吻别
礼貌的吻别 2020-12-28 16:52

I\'ve been busy diving into lambda expressions recently, and there\'s some specific functionality that I\'ve been meaning to learn but just couldn\'t seem to make heads or t

5条回答
  •  感情败类
    2020-12-28 17:34

    You can use the Func and Action classes. Check out the LINQ Where function's signature for an example: http://msdn.microsoft.com/en-us/library/bb534803.aspx

提交回复
热议问题