LinkedListNodeT Class |
Namespace: FM.IceLink
The LinkedListNodeT type exposes the following members.
Name | Description | |
---|---|---|
LinkedListNodeT |
Initializes a new instance of the LinkedListNodeT class.
|
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |