LastChild

StructuredDocumentTagRangeStart.LastChild property

Gets the last child in the stdContent range.

public Node LastChild { get; }

Remarks

If there is no last child node, a null is returned.

See Also