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
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