Moves to the last child of the current node.
[Visual Basic] MustOverride Public Function MoveToLastChild() As Boolean [C#] public abstract bool MoveToLastChild(); [C++] public: virtual bool MoveToLastChild() = 0; [JScript] public abstract function MoveToLastChild() : Boolean;
true if there is a last child node; false if there are no child nodes.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace