System.Collections.Generic.LinkedListNode<T>: Property Members

The properties of System.Collections.Generic.LinkedListNode<T> are listed below. For a list of all members, see the LinkedListNode<T> Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
ListLinkedList<T>.

Gets the LinkedList`1 that the LinkedListNode`1 belongs to.

[read-only]
NextLinkedListNode<T>.

Gets the next node in the LinkedList`1.

[read-only]
PreviousLinkedListNode<T>.

Gets the previous node in the LinkedList`1.

ValueT.

Gets the value contained in the node.