TEnumeratorBase Class

Provides an abstract implementation for the Spring.Collections.IEnumerator interface.

Namespace: Spring.Collections.Base
TInterfacedObject
  Spring.Collections.Base.TEnumeratorBase
    Spring.Collections.Base.TEnumeratorBase<T>
type
 TEnumeratorBase = class abstract(TInterfacedObject, IEnumerator)
 end;

The TEnumeratorBase type exposes the following members.

Show:
 NameDescription
Current

Gets the current element in the collection.

Top
Show:
 NameDescription
GetCurrentNonGeneric

Represents method GetCurrentNonGeneric.

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