Latest Articles in the Category Iterators

C# 2.0 Iterators

Muhammad Mosa, Oct 11, 2006

Iterators provide a simpler way to create classes that can be used with the foreach statement without implementing the IEnumerable and IEnumerator interfaces.

Product Spotlight