Exercises in this lecture   previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'  Go to the notes, in which this exercise belongs -- Keyboard shortcut: 'u'   Alphabetic index   Course home      

Exercise 12.7
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