Defines an enumerator class for iterating over a linked list.
Namespace: GLists
TObject
GLists.TGCustomLinkedListEnumerator
|
Delphi
|
type
TGCustomLinkedListEnumerator = class
end;
|
|
Name
|
Description
|
|
Current
|
Returns the current node in the enumeration
|
Top
|
|
Name
|
Description
|
|
GetCurrent
|
Returns the current node in the enumeration
|
|
MoveNext
|
Moves the enumeration to the next node in the list.
|
Top
|