![]() |
VOOZH | about |
public System.Collections.Generic.LinkedListNode Last { get; }
Return Value: The last LinkedListNode<T> of the LinkedList<T>.
Below given are some examples to understand the implementation in a better way:
Example 1:
Output:
EExample 2:
LinkedList is emptyNote: