| LinkedListNodeT Properties | 
The LinkedListNodeT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Next | 
            Gets the next node. Will be null if last.
             | 
|  | Previous | 
            Gets the previous node. Null if first.
             | 
|  | Value | 
            Gets the item in the linked list.
             | 
 See Also
See Also