Action Delegate is a Microsoft-provided delegate that takes up to 16 input parameters but does not return anything. So, it can only point to a method that returns void.
In this informative video, I have talked about what delegates are in C#, what are action delegates and how they can be used with Lambda Expression in the C# programming language.