- Client
- Keeps a Collection object and uses a foreach statement to iterate over it
- IEnumerable
- A defined interface in C# for the operation GetEnumerator
- Collection
- A data type containing or having the ability to generate a collection of values
- GetEnumerator
- A method that supplies the values in sequence
- OtherOps
- Other methods that supply Collection values in different sequences with different filters and transformations
Iterator Pattern
Programmers Visited
Topics
- Active Directory Services (1)
- AJAX (8)
- ASP.NET (11)
- ASP.NET MVC (1)
- Assembly (4)
- CSS (1)
- Deployment (1)
- Design Patterns (54)
- General (1)
- Interview (1)
- OOPS (2)
- SQL Server (2)
- WCF (1)
- Windows Service (2)
- WPF (2)