PostSharpAPI ReferencePost­Sharp.​CollectionsRead­Only­Singly­Linked­List<T>
Open sandboxFocus

ReadOnlySinglyLinkedList<T> Class

Represents a singly-linked list.

Inheritance
ReadOnlySinglyLinkedList<T>
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Namespace: PostSharp.Collections
Assembly: PostSharp.dll
Syntax
public sealed class ReadOnlySinglyLinkedList<T> : ValueType
Type Parameters
Name Description
T

Type of values stored in the list.

Properties

Name Description
FirstNode

Gets the first node of the list.

IsEmpty

Determines whether the list is empty.

Methods

Name Description
GetEnumerator()

Gets a value-type enumerator.