IParentNode.LastElementChild

IParentNode.LastElementChild property

Returns the last child that is an element, and null otherwise.

public Element LastElementChild { get; }

Property Value

The last element child.

See Also