LinkedListNode Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| List | Gets the LinkedList that the LinkedListNode belongs to. |
| Next | Gets the next node in the LinkedList. |
| Previous | Gets the previous node in the LinkedList. |
| Value | Gets the value contained in the node. |