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

MoveToParent() public method

Position the navigator on the parent of the current node. If the current node has no parent, return false.
public MoveToParent ( ) : bool
return bool
        public override bool MoveToParent() {
            throw new NotSupportedException();
        }