IChildNode class

IChildNode class

Defines IChildNode interface that should be implemented by Node that can have a parent.

The IChildNode type exposes the following members:

Methods

MethodDescription
removeRemoves the current node from parent.

See Also