AppendChild

Element.AppendChild method

AgregarElement a la colección de niños.

public Element AppendChild(Element element)
ParámetroEscribeDescripción
elementElementElement objeto a agregar.

Valor_devuelto

Element que se ha añadido.

Ver también