Last
Gets the last node in the list, or null
if the list is empty.
Declaration
ILinkedListNode<out T> Last { get; }
Property Value
Type | Description |
---|---|
ILinkedListNode<T> |
Gets the last node in the list, or null
if the list is empty.
ILinkedListNode<out T> Last { get; }
Type | Description |
---|---|
ILinkedListNode<T> |