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