get_LastChild()

XmlNode::get_LastChild() method

Returns the last child of the node.

virtual SharedPtr<XmlNode> System::Xml::XmlNode::get_LastChild() final

Return Value

The last child of the node. If there is no such node, nullptr is returned.

See Also