Open sandboxFocus

Property FirstNode

FirstNode

Gets the first node of the list.

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