LinkedListNode<T>
Represents a node in a LinkedList<T>. This class cannot be inherited.
Gets the LinkedList<T> that the LinkedListNode<T> belongs to.
Gets the next node in the LinkedList<T>.
Gets the previous node in the LinkedList<T>.
Gets the value contained in the node.
Initializes a new instance of the LinkedListNode<T> class, containing the specified value.