TLinkedListNode<T>.GetNext Method
Summary
Represents method
GetNext
.
Namespace
:
Spring.Collections
Syntax
Delphi
protected function GetNext:
TLinkedListNode
<
T
>;
Return Value
Type:
TLinkedListNode
<
T
>
See Also
Reference
TLinkedListNode<T>
Spring.Collections