RemoveChild

Node.RemoveChild method

Removes the child node indicated by old child from the list of children.

public void RemoveChild(Node node)
ParameterTypeDescription
nodeNodeThe old child.

See Also