TEnumeratorBase Class
Provides an abstract implementation for the Spring.Collections.IEnumerator interface.
TInterfacedObject
Spring.Collections.Base.TEnumeratorBase
Spring.Collections.Base.TEnumeratorBase<T>
Spring.Collections.Base.TEnumeratorBase
Spring.Collections.Base.TEnumeratorBase<T>
type TEnumeratorBase = class abstract(TInterfacedObject, IEnumerator) end;
The TEnumeratorBase type exposes the following members.
Show:
Name | Description | |
---|---|---|
GetCurrentNonGeneric | Represents method | |
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. |