Data Structures and Algorithms
with Object-Oriented Design Patterns in C# |
An enumerator provides a means by which the objects within a container can be accessed one-at-a-time. All enumerators share a common interface, and hide the underlying implementation of the container from the user of that container.