For lambda like Func<***>
, can I define some default value like the method(optional argument)?
Asked
Active
Viewed 41 times
0

Adam Lee
- 24,710
- 51
- 156
- 236
-
1looks like it's not possible: http://stackoverflow.com/questions/14249277/is-it-possible-to-use-optional-default-parameters-in-a-lambda-expression-in-c – Khanh TO Jan 23 '15 at 13:59
-
Looks like Jon think it is impossible; however some dynamic language does permit. – Adam Lee Jan 23 '15 at 14:01