9
¿Es posible "esperar el retorno de rendimiento DoSomethingAsync ()"
¿Los bloques de iteradores regulares (es decir, "rendimiento de retorno") son incompatibles con "async" y "await"? Esto da una buena idea de lo que estoy tratando de hacer: async Task<IEnumerable<Foo>> Method(String [] Strs) { // I want to compose the single result to the final result, so I use the …