RemoveNodeAt
Previous
Next
Removes a specific node from the current node.
Syntax: RemoveNodeAt (index As Int32)
index - The index of the node that will be removed.
Example:
node1.RemoveNodeAt (0) 'Removes the first node