IEnumerator.Reset
Reset the pointer
Declaration
Source position: objpash.inc line 278
default
procedure Reset;
Description
Reset can be implemented to put the pointer at the start of the list. It is not mandatory to implement this method, the compiler does not use it.
See also
Name | Description |
---|---|
IEnumerator.GetCurrent | Returns the current element in the iteration cycle |
IEnumerator.MoveNext | Move to the next value |