LinkedListNode<T> Properties
.NET Framework (current version)
Namespace:
System.Collections.Generic
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | List | Gets the LinkedList<T> that the LinkedListNode<T> belongs to. |
![]() | Next | Gets the next node in the LinkedList<T>. |
![]() | Previous | Gets the previous node in the LinkedList<T>. |
![]() | Value | Gets the value contained in the node. |
Show:
