Resets the state of the iterator back to its starting state. You can then call MoveNext() to start iterating through the elements again.

Return type: VOID

Access: PUBLIC

Applies to: Progress.Collections.ListIterator <T> class, Progress.Collections.SortedSetIterator<T> class, Progress.Collections.HashMapIterator<K,V> class, Progress.Collections.KeySetIterator<K> class

Syntax

Reset()
Note: Any iterators on the collection become invalid once Add(), AddAll(), Clear(), Insert(), Remove(), RemoveAt(), or Set() are called, and you must get a new iterator to iterate over the collection.

See also

<T> Generic type reference