Node.RemoveChild

Node.RemoveChild method

Removes the child node indicated by oldChild from the list of children, and returns it.

public Node RemoveChild(Node child)
ParameterTypeDescription
childNodeThe old child.

Return Value

Returns node

See Also