First
Gets the first node in the list, or null
if the list is empty.
Declaration
ILinkedListNode<out T> First { get; }
Property Value
Type | Description |
---|---|
ILinkedListNode<T> |
Gets the first node in the list, or null
if the list is empty.
ILinkedListNode<out T> First { get; }
Type | Description |
---|---|
ILinkedListNode<T> |