LinkedListT Methods |
The LinkedListT generic type exposes the following members.
Name | Description | |
---|---|---|
AddAfterNode |
Adds an item after a node.
| |
AddFirst |
Adds an item to the beginning of the linked list.
| |
AddLast |
Adds an item to the end of the linked list.
| |
Clear |
Clears all nodes from the linked list.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Gets the enumerator for this linked list.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes an item from the linked list.
| |
RemoveFirst |
Removes the first item in the linked list.
| |
RemoveNode |
Removes a specific node from the linked list.
| |
ToList |
Returns the linked list as a regular list.
| |
ToString | (Inherited from Object.) |