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)

See also

<T> Generic type reference