IChildNode Interface

IChildNode interface

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

public interface IChildNode

Methods

NameDescription
Remove()Removes the current node from parent.

See Also