MyMethod(Object myObj); "-6ren"> MyMethod(Object myObj); "- 这个问题在这里已经有了答案: Error: "Cannot use 'async' on methods without bodies". How to force async child over-6ren">
gpt4 book ai didi

c# - 无法声明接口(interface) "async Task MyMethod(Object myObj); "

转载 作者:IT王子 更新时间:2023-10-29 03:51:11 24 4
gpt4 key购买 nike

<分区>

我无法声明

interface IMyInterface
{
async Task<myObject> MyMethod(Object myObj);
}

编译器告诉我:

  • 修饰符 async 对此项目无效
  • async 修饰符只能用于有主体的方法

这是应该实现的东西,还是 async & await 的性质禁止这种情况发生?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com