Progress.Collections.IIterator<T> interface
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The Progress.Collections.IIterator<T> interface
provides common functionality for classes to traverse a collection of objects.
Public Properties
| Current property (Iterator) | — |
Public Methods
| MoveNext( ) method (Iterator) | Reset( ) method (Iterator) |
Example
The following example uses IIterator<T>
to traverse a List<T> collection of objects.
|