Element.AppendChild

Element.AppendChild method

Append Element to collection of children.

public Element AppendChild(Element element)
ParameterTypeDescription
elementElementElement object to add.

Return Value

Element which has been added.

See Also