Tag: Iterator

The Iterator Design Pattern is the third pattern in the Behavioral Category that I would like to talk about. Let's take a look at how and when to implement this pattern in C# and .Net.Note: Code can b ...