FirstNode
Gets the first node of the list.
Declaration
public readonly ISinglyLinkedListNode<T> FirstNode { get; }
Property Value
Type | Description |
---|---|
ISinglyLinkedListNode<T> |
Gets the first node of the list.
public readonly ISinglyLinkedListNode<T> FirstNode { get; }
Type | Description |
---|---|
ISinglyLinkedListNode<T> |