IReadOnlyLinkedList<T> Interface |
Namespace: PostSharp.Collections
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public interface IReadOnlyLinkedList<out T>
Type Parameters
- T
- Type of values stored in the link list.
The IReadOnlyLinkedList<T> 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.
|