Progress.Collections.IIterable<T> interface
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Progress.Collections.IIterable<T>
interface is the root interface for all the collections classes.
IIterable defines the most primitive set of
operations that can be applied to a collection. All collections are iterable,
indicating that the elements in the collection can be traversed and some operation
can be applied to each element in the collection.
Public Properties
The interface has no public properties.
Public Methods
| GetIterator( ) method (Collections) | — |