LinkedListNodeT Properties |
The LinkedListNodeT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Next |
Gets the next node. Will be null if last.
|
![]() | Previous |
Gets the previous node. Null if first.
|
![]() | Value |
Gets the item in the linked list.
|