Try-catch in an iterator
Is it possible to do a try-catch, or alternatively a try-finally over a
When I try something like this:
then the Dispose method is never called.
yield return statement?When I try something like this:
then the Dispose method is never called.
