Mid GoF Patterns

Aggregate Interface (IAggregate<T>):?

  • The IAggregate<T> interface is implemented by any collection that needs

to be iterated over. It provides the CreateIterator() method that returns

an iterator for that collection.

More from Design Patterns in C#

All questions for this course