IEnumerator Interface
Definition
Supports a simple iteration over a non-generic collection.
Delphi
type IEnumerator = interface(IInvokable)
- Inheritance
-
IInvokableIEnumerator
Properties
| Current |
Gets the current element in the collection. |
Methods
| GetCurrent | |
| MoveNext |
Advances the enumerator to the next element of the collection. |