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.

Exceptions

exceptioncondition
TaggedException

See Also