System.Xml.Xsl.Runtime.RtfNavigator.MoveToPrevious C# (CSharp) Method

MoveToPrevious() public method

If the current node is an attribute or namespace (not content), return false. Otherwise, move to the previous (sibling) content node. Return false if there are no previous content nodes.
public MoveToPrevious ( ) : bool
return bool
        public override bool MoveToPrevious() {
            throw new NotSupportedException();
        }