CompositeNode1.InsertChild

CompositeNode<T>.InsertChild<T1> method

将节点插入到该节点的子节点列表中的指定位置。

public virtual T1 InsertChild<T1>(int i, T1 newChild)
    where T1 : T
范围描述
T1插入节点的确切类型。
i要插入的位置
newChild要插入的节点。

返回值

添加的节点。

也可以看看