ISinglyLinkedListNode<T> Properties |
The ISinglyLinkedListNode<T> generic type exposes the following members.
Name | Description | |
---|---|---|
Next |
Gets the next node in the list, or null if the current node is the last one in the list.
| |
Value |
Gets the value stored in the current node.
|