项目作者: KJayanthKumar

项目描述 :
Iterator Design Pattern Implementation in C#
高级语言: C#
项目地址: git://github.com/KJayanthKumar/Iterator-DesignPattern.git
创建时间: 2020-11-17T03:10:14Z
项目社区:https://github.com/KJayanthKumar/Iterator-DesignPattern

开源协议:

下载


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.