System.Collections.Generic.LinkedListNode<T> Class

Represents a node in a LinkedList`1. This class cannot be inherited.

See Also: LinkedListNode<T> Members

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public sealed class LinkedListNode<T>

Type Parameters

T
Documentation for this section has not yet been entered.

Remarks

Each element of the LinkedList`1 collection is a LinkedListNode`1. The LinkedListNode`1 contains a value, a reference to the LinkedList`1 that it belongs to, a reference to the next node, and a reference to the previous node.

Requirements

Namespace: System.Collections.Generic
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0