IEnumerator Interface

Supports a simple iteration over a non-generic collection.

Namespace: Spring.Collections
type
 IEnumerator = interface(IInvokable)
 ['{A2AD52DC-FA9F-4121-9B54-5C427DA5E62C}']
 end;

The IEnumerator type exposes the following members.

Show:
 NameDescription
Current

Gets the current element in the collection.

Top
Show:
 NameDescription
GetCurrent

Represents method GetCurrent.

MoveNext

Advances the enumerator to the next element of the collection.

Reset

Sets the enumerator to its initial position, which is before the first element in the collection.

Top