Node.ReplaceChild

Node.ReplaceChild method

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

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

関連項目