PostSharpAPI ReferencePost­Sharp.​CollectionsLinked­List­Extensions
Open sandboxFocus

LinkedListExtensions Class

Extensions to the IReadOnlyLinkedList<T> interface.

Inheritance
LinkedListExtensions
Namespace: PostSharp.Collections
Assembly: PostSharp.dll
Syntax
public static class LinkedListExtensions : Object

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>.