The members of System.Collections.Generic.LinkedListNode<T> are listed below.
See Also: Inherited members from System.Object
Documentation for this section has not yet been entered. |
[read-only] | List | LinkedList<T>.
Gets the LinkedList`1 that the LinkedListNode`1 belongs to. |
[read-only] | Next | LinkedListNode<T>.
Gets the next node in the LinkedList`1. |
[read-only] | Previous | LinkedListNode<T>.
Gets the previous node in the LinkedList`1. |
Value | T.
Gets the value contained in the node. |