IChildNode

IChildNode interface

定义IChildNode应该实现的接口Node可以有一个父母。

public interface IChildNode

方法

姓名描述
Remove()从父节点移除当前节点。

也可以看看