Progress.Collections.IIterator<T> interface
- Last Updated: March 15, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.
|