AppendChild

StructuredDocumentTagRangeStart.AppendChild method

Adds the specified node to the end of the stdContent range.

public Node AppendChild(Node newChild)
ParameterTypeDescription
newChildNodeThe node to add.

Return Value

The node added.

See Also