rsc3/doc-schelp/HelpSource/Classes/LinkedListNode.schelp

8 lines
271 B
Text
Raw Permalink Normal View History

2022-08-24 13:53:18 +00:00
CLASS::LinkedListNode
summary:: Internally used class for LinkedList nodes
categories:: Collections
DESCRIPTION::
LinkedListNode is used to implement the internal nodes of the link::Classes/LinkedList:: class.
You should not need to deal with a LinkedListNode directly.