Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 350 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 350 Bytes

Iterator-DesignPattern

Iterator Design Pattern Implementation in C#

The Iterator Design Pattern in C# allows sequential access of elements without exposing the inside logic. That means using the Iterator Design Pattern we can access the elements of a collection object in a sequential manner without any need to know its internal representations.