What is the syntax for adding anonymous tasks to this list?

后端 未结 0 1283
梦如初夏
梦如初夏 2020-12-11 04:32

I have some code that looks like this:

async void MyMethod()
{
   var client = new HttpClient();

   var tasks = new List>();

   for         


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