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.
to be iterated over. It provides the CreateIterator() method that returns
an iterator for that collection.