PostSharp.Collections Namespace |
The PostSharp.Collections namespace contains collection types used by the PostSharp library.

Class | Description | |
---|---|---|
![]() | LinkedListExtensions |
Extensions to the IReadOnlyLinkedList<T> interface.
|

Structure | Description | |
---|---|---|
![]() | ReadOnlyLinkedList<T> |
A value-type implementation of the IReadOnlyLinkedList<T> interface.
|
![]() | ReadOnlySinglyLinkedList<T> |
Represents a single-listed link.
|
![]() | ReadOnlySinglyLinkedList<T>.Enumerator |
An enumerator allowing to enumerate a ReadOnlySinglyLinkedList<T>.
|

Interface | Description | |
---|---|---|
![]() | ILinkedListNode<T> |
Represents a node in a double-linked list.
|
![]() | IReadOnlyLinkedList<T> |
Represents a double linked list.
|
![]() | ISinglyLinkedListNode<T> |
Represents a node in a singly linked list.
|