Add

NodeList.Add method

Adds the node to the end of list.

public void Add(Node node)
Parameter Type Description
node Node

See Also