Moves to the last sibling of the current node.
[Visual Basic] MustOverride Public Function MoveToLast() As Boolean [C#] public abstract bool MoveToLast(); [C++] public: virtual bool MoveToLast() = 0; [JScript] public abstract function MoveToLast() : Boolean;
true if there is a last sibling node; false if there is no last sibling.
If you are positioned on an attribute, this method will do an implicit call to MoveToElement before processing this method. In other words, attribute navigation is orthogonal to tree navigation.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace