Can a C# lambda expression include more than one statement?
(Edit: As referenced in several of the answers below, this question originally asked about \"lines\" rath
From Lambda Expressions (C# Programming Guide):
The body of a statement lambda can consist of any number of statements; however, in practice there are typically no more than two or three.