C# Action

Action<T> Delegate

Encapsulates a method that has a single parameter and does not return a value.

https://msdn.microsoft.com/en-us/library/018hxwa8(v=vs.110).aspx

原文地址:https://www.cnblogs.com/jiahuafu/p/6801701.html