Extensions to the IReadOnlyLinkedList<T> interface.
Namespace: PostSharp.Collections
Assembly: PostSharp.dll
Syntax
public static class LinkedListExtensions
Methods
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>. |