Once it is compiled, is there a difference between:
delegate { x = 0; }
and
() => { x = 0 }
?
Short answer : no.
Longer answer that may not be relevant:
Func
Action
Edit: Here's some links for Expressions.
2.1m questions
2.1m answers
60 comments
57.0k users