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

MoveToNextAttribute() public method

If positioned on an attribute, move to its next sibling attribute. If no attributes can be found, return false.
public MoveToNextAttribute ( ) : bool
return bool
        public override bool MoveToNextAttribute() {
            throw new NotSupportedException();
        }