A node in a doubly linked list.
The type of the key.
The type of the value.
Constructs a new instance of the ListNode class.
The key of the node.
The value of the node.
Readonly
The next node in the list.
The previous node in the list.
A node in a doubly linked list.