Sind reguläre Iteratorblöcke (dh "Yield Return") nicht mit "async" und "await" kompatibel? Dies gibt eine gute Vorstellung davon, was ich versuche: async Task<IEnumerable<Foo>> Method(String [] Strs) { // I want to compose the single result to the final result, so I use the SelectMany...