TEnumeratorBase<T> Class

Provides a default implementation for the Spring.Collections.IEnumerator<T> interface.

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

Type Parameters

T

The TEnumeratorBase<T> type exposes the following members.

Show:
 NameDescription
Current

Represents property Current.

Top
Show:
 NameDescription
GetCurrent

Represents method GetCurrent.

GetCurrentNonGeneric

Represents method GetCurrentNonGeneric. (Overrides TEnumeratorBase.GetCurrentNonGeneric.)

MoveNext

Advances the enumerator to the next element of the collection. (Inherited from TEnumeratorBase.)

Reset

Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from TEnumeratorBase.)

Top