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

MoveToNext() public method

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