SyntaxFix
Write A Post
Hire A Developer
Questions
It is just a predefined generic delegate. Using it you don't need to declare every delegate. There is another predefined delegate, Action<T, T2...>, which is the same but returns void.
Action<T, T2...>