IReadOnlyLinkedList<T> Properties |
The IReadOnlyLinkedList<T> generic type exposes the following members.
Name | Description | |
---|---|---|
First |
Gets the first node in the list, or null if the list is empty.
| |
IsEmpty |
Determines whether the list is empty.
| |
Last |
Gets the last node in the list, or null if the list is empty.
|