System.Collections.Generic.LinkedListNode<T> Members

The members of System.Collections.Generic.LinkedListNode<T> are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

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.