PostSharpAPI ReferencePost­Sharp.​CollectionsIRead­Only­Linked­List<T>First
Open sandboxFocus

IReadOnlyLinkedList<T>.First Property

First

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

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