最終更新:2020-03-31 (火) 18:27:05 (1480d)  

System.Action
Top / System.Action

Encapsulates a method that has no parameters and does not return a value.

https://docs.microsoft.com/en-us/dotnet/api/system.action?view=netframework-4.8

public delegate void Action();

関連