PostSharpAPI ReferencePost­Sharp.​CollectionsILinked­List­Node<T>Previous
Open sandboxFocus

ILinkedListNode<T>.Previous Property

Previous

Gets the previous node in the list, or null if the current node is the first one in the list.

Declaration
ILinkedListNode<T> Previous { get; }
Property Value
Type Description
ILinkedListNode<T>