LinkedListNode(Of T) Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The LinkedListNode(Of T) type exposes the following members.
| Name | Description | |
|---|---|---|
|
List | Gets the LinkedList(Of T) that the LinkedListNode(Of T) belongs to. |
|
Next | Gets the next node in the LinkedList(Of T). |
|
Previous | Gets the previous node in the LinkedList(Of T). |
|
Value | Gets the value contained in the node. |
Show: