Add

NodeList.Add method

Adds the node to the end of list.

public void Add(Node node)
ParameterTypeDescription
nodeNode

See Also