Click or drag to resize

LinkedListNodeT Properties

The LinkedListNodeT generic type exposes the following members.

Properties
  NameDescription
Public propertyNext
Gets the next node. Will be null if last.
Public propertyPrevious
Gets the previous node. Null if first.
Public propertyValue
Gets the item in the linked list.
Top
See Also