C# Action

简介: Action Delegate   Encapsulates a method that has a single parameter and does not return a value.   https://msdn.

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

相关文章
|
6月前
|
API
code: 400, value is mandatory for this action
code: 400, value is mandatory for this action
1048 1
|
XML 安全 Java
action 的三种实现方式 | 学习笔记
快速学习 action 的三种实现方式,介绍了 action 的三种实现方式系统机制, 以及在实际应用过程中如何使用。
185 0
|
JSON Java API