System::Xml::XmlNode::get_NextSibling method

XmlNode::get_NextSibling method

Returns the node immediately following this node.

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

ReturnValue

The next XmlNode. If there is no next node, nullptr is returned.

See Also