InterviewSolution
Saved Bookmarks
| 1. |
What is Action in LINQ? |
|
Answer» Action in LINQ is a delegate TYPE that is used to DECLARE delegate VARIABLES without any need to define a custom type. The Action types that represent delegate without return value are the Action types in the SYSTEM namespace |
|