async method when passed as parameter of Func placeholder in a Wrapper method I get compile error

前端 未结 0 431
被撕碎了的回忆
被撕碎了的回忆 2020-12-29 06:58

I have a wrapper method

public static T WebMethodWrapper(this ApplicationService applicationService, Func webMethod)
{
   //Do Something...
         


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