System::Xml::XmlNode::get_LastChild method

XmlNode::get_LastChild method

Returns the last child of the node.

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

ReturnValue

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

See Also