Why doesn't a Task method return a Task?

后端 未结 0 1137
生来不讨喜
生来不讨喜 2020-12-02 01:35

In C# as far as I can tell a Task method doesn\'t return a Task.

The following code returns a List of strings

public List GetIt()
{
    L         


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