TCollectionList<T>.TEnumerator Class
Represents type TEnumerator
.
TInterfacedObject
Spring.Collections.Base.TEnumeratorBase
Spring.Collections.Base.TEnumeratorBase<T>
Spring.Collections.Lists.TCollectionList<T>.TEnumerator
Spring.Collections.Base.TEnumeratorBase
Spring.Collections.Base.TEnumeratorBase<T>
Spring.Collections.Lists.TCollectionList<T>.TEnumerator
private type TEnumerator = class(TEnumeratorBase<T>) end;
The TCollectionList<T>.TEnumerator type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | Create(TCollectionList<T>) | Initializes a new instance of the TCollectionList<T>.TEnumerator class. |
![]() | Destroy | Represents the destructor of the TCollectionList<T>.TEnumerator 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. (Overrides TEnumeratorBase.Reset.) |