Node.ReplaceChild

Node.ReplaceChild method

子ノードの古い子を子のリスト内の新しい子に置き換え、古い子ノードを返します。

public Node ReplaceChild(Node node, Node child)
パラメータ タイプ 説明
node Node 新しいノード。
child Node 年老いた子供。

関連項目