9
É possível “esperar retorno de rendimento DoSomethingAsync ()”
Os blocos de iteradores regulares (ou seja, "retorno de rendimento") são incompatíveis com "async" e "await"? Isso dá uma boa ideia do que estou tentando fazer: async Task<IEnumerable<Foo>> Method(String [] Strs) { // I want to compose the single result to the final result, so I use the SelectMany var …