Represents a singly-linked list.
Namespace: PostSharp.Collections
Assembly: PostSharp.dll
Syntax
public struct ReadOnlySinglyLinkedList<T> : IEnumerable<T>, IEnumerable
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. |