Interface IChildNode

IChildNode interface

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

public interface IChildNode

方法

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

也可以看看