Exercises in this lecture  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'  Go to the slide, where this exercise belongs -- Keyboard shortcut: 'u'  

Exercise 12.6
The iterator behind a yield


Reprogram the iterator in class GivenCollection without using the yield return statement in the GetEnumerator method.


There is no solution to this exercise