Func delegate with no return type

前端 未结 7 1140
温柔的废话
温柔的废话 2020-12-02 03:54

All of the Func delegates return a value. What are the .NET delegates that can be used with methods that return void?

相关标签:
7条回答
  • 2020-12-02 04:43

    Try System.Func<T> and System.Action

    0 讨论(0)
提交回复
热议问题