I want to know everything about the yield
statement, in an easy to understand form.
I have read about the yield
statement and its ease when implementing the iterator pattern. However, most of it is very dry. I would like to get under the covers and see how Microsoft handles return yield.
Also, when do you use yield break?