TEnumeratorAdapter<T> Class
The adapter implementation for Spring.Collections.IEnumerator<T> .
TInterfacedObject
Spring.Collections.Base.TEnumeratorBase
Spring.Collections.Base.TEnumeratorBase<T>
Spring.Collections.Extensions.TEnumeratorAdapter<T>
Spring.Collections.Base.TEnumeratorBase
Spring.Collections.Base.TEnumeratorBase<T>
Spring.Collections.Extensions.TEnumeratorAdapter<T>
type TEnumeratorAdapter<T> = class(TEnumeratorBase<T>) end;
Type Parameters
- T
The TEnumeratorAdapter<T> type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | Create(TGenericEnumerable) | Initializes a new instance of the TEnumeratorAdapter<T> class. |
![]() | Destroy | Represents the destructor of the TEnumeratorAdapter<T> class. |
Show:
Name | Description | |
---|---|---|
![]() | GetCurrent | Represents method |
![]() | MoveNext | Advances the enumerator to the next element of the collection. (Overrides TEnumeratorBase.MoveNext.) |
![]() | Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from TEnumeratorBase.) |