IEnumerator<T> Interface
Definition
Supports a simple iteration over a generic collection.
Delphi
type IEnumerator<T> = interface(IInterface)
Type Parameters
- T
The type of elements to enumerate.
- Inheritance
-
IInterfaceIEnumerator<T>
- Derived
-
TFileEnumeratorTFileListEnumerator
Properties
| Current |
Gets the element in the collection at the current position of the enumerator. |
Methods
| GetCurrent | |
| MoveNext |
Advances the enumerator to the next element of the collection. |