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

Assembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.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>.
|
