std:std.collections.List<T>.Node
The List.Node class.
Constructors | |
---|---|
New | Creates a new node not in any list. |
Properties | |
---|---|
Pred | Gets the node before this node. (read only) |
Succ | Gets the node after this node. (read only) |
Value | Gets the value contained in this node. |
Methods | |
---|---|
InsertAfter | Inserts the node after another node. |
InsertBefore | Inserts the node before another node. |
Remove | Removes this node. |