PostSharpAPI ReferencePost­Sharp.​CollectionsRead­Only­Singly­Linked­List<T>First­Node
Open sandboxFocus

ReadOnlySinglyLinkedList<T>.FirstNode Property

FirstNode

Gets the first node of the list.

Declaration
public ISinglyLinkedListNode<T> FirstNode { get; }
Property Value
Type Description
ISinglyLinkedListNode<T>