IReadOnlyLinkedList<T> Interface |
Represents a double linked list.
Namespace: PostSharp.Collections
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)

C#
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.
|
