Skip to content

KJayanthKumar/Iterator-DesignPattern

Repository files navigation

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.

About

Iterator Design Pattern Implementation in C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages