C#: How can I pass a non-static member method as an action to the base class Task in the constructor in a class derived from Task?

前端 未结 0 1911
心在旅途
心在旅途 2020-12-18 11:00

How can I pass a non-static member method as an action to the base class Task in the constructor in a class derived from Task?

public class MyTask : Task
{
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题