我们如何在没有 out 参数的 C# 中安全地使用 async-await。
例如
async public void someMethod(){ await someOtherMethod (out string outputFromSomeOtherMethod); ....... ..... }
c# asynchronous async-await
async-await ×1
asynchronous ×1
c# ×1