| |
Keyword index Yield
25/11/08 The C# yield-foreach howto
This article explains how to use the C# constructs yield-return, yield-break and foreach.
We attack the problem from two different implementation angles using the types IEnumerator and IEnumerable.
| | |