LinkedListNode(T) Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property List Gets the LinkedList(Of T) that the LinkedListNode(Of T) belongs to.
Public property Next Gets the next node in the LinkedList(Of T).
Public property Previous Gets the previous node in the LinkedList(Of T).
Public property Value Gets the value contained in the node.
Top

Show:
© 2017 Microsoft