InsertNode
Previous
Next
Inserts an existing node into the current node.
Syntax: InsertNode (index As Int32, node As Node)
Example:
node1.InsertNode (4, node2.Value)