Design Pattern Examples
Overview of object-oriented design patterns
Iterator_Exercise.cs File Reference

The Iterator_Exercise class used in the Iterator Pattern. More...

Go to the source code of this file.

Classes

class  Iterator_Exercise
 Example of using the Iterator Pattern in C#. More...
 

Namespaces

namespace  DesignPatternExamples_csharp
 The namespace containing all Design Pattern Examples implemented in C#.
 

Detailed Description

The Iterator_Exercise class used in the Iterator Pattern.

Definition in file Iterator_Exercise.cs.