LinkedListExtensions Class |
Extensions to the IReadOnlyLinkedList<T> interface.

Namespace: PostSharp.Collections
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.15.0 (6.5.15.0)

C#
public static class LinkedListExtensions

Name | Description | |
---|---|---|
![]() ![]() | ToEnumerable<T>(IReadOnlyLinkedList<T>) |
Transforms an IReadOnlyLinkedList<T> into an IEnumerable<T>.
|
![]() ![]() | ToEnumerable<T>(ReadOnlyLinkedList<T>) |
Transforms a ReadOnlyLinkedList<T> into an IEnumerable<T>.
|
