C# Design Patterns - Iterator - The Pattern
Iteration is a core part of programming and the iterator design pattern is central to how we do iteration in C#. This post introduces the iterator pattern and shows how to implement it from scratch.
Published on:
Learn more