An asynchronous ( async ) method is a method which is marked async and has an ... C#. private async Task FooAsync() { await BarAsync(); }.
確定! 回上一頁