LinkedListExtensions Class |
Namespace: PostSharp.Collections
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.16.0 (6.5.16.0)
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>.
|