ref and out arguments in async method

Viewed 63102

Does anyone know why async methods are not allowed to have ref and out arguments? I've done a bit of research on it but the only thing I could find was that it has to do with the stack unrolling.

2 Answers
Related