The following tables list the members exposed by LListNode.
Name | Description | |
---|---|---|
LListNode Constructor | You may derive an instance class from LListNode and use it in a single list, or you may construct a node<T> with the value that the node should contain. |
Name | Description | |
---|---|---|
Next | Returns the next item in the list or null | |
Previous | Returns the previous item in the list or null |
Reference
LListNode ClassCSharpTest.Net.Collections Namespace