CompositeNode1.RemoveChild

CompositeNode<T>.RemoveChild<T1> method

Removes the child node.

public T1 RemoveChild<T1>(T1 oldChild)
    where T1 : T
ParameterDescription
T1The exact type of removed node.
oldChildThe node to remove.

Return Value

The removed node.

See Also