All of the Func delegates return a value. What are the .NET delegates that can be used with methods that return void?
... takes no arguments and has a void return type?
I believe Action is a solution to this.
Action