Previous
Gets the previous node in the list, or null if the current node is the first one in the list.
Declaration
ILinkedListNode<out T> Previous { get; }Property Value
| Type | Description |
|---|---|
| ILinkedListNode<T> |
Gets the previous node in the list, or null if the current node is the first one in the list.
ILinkedListNode<out T> Previous { get; }| Type | Description |
|---|---|
| ILinkedListNode<T> |