LinkList<T>.Erase Method
Parameters
- nod
- LinkListNode<T>
The node to erase, which has to be a node of this list.
Return Value
LinkListNode<T>The node that is in the same place as the one removed, or null if the last node was erased.
The node to erase, which has to be a node of this list.
The node that is in the same place as the one removed, or null if the last node was erased.