PostSharp / / API Reference / Post­Sharp.​Collections / IRead­Only­Linked­List<T> / Last
Open sandbox

Property Last

Last

Gets the last node in the list, or null if the list is empty.

Declaration
ILinkedListNode<T> Last { get; }
Property Value
Type Description
ILinkedListNode<T>