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

MoveToFirstAttribute() public method

Position the navigator on the first attribute of the current node and return true. If no attributes can be found, return false.
public MoveToFirstAttribute ( ) : bool
return bool
        public override bool MoveToFirstAttribute() {
            throw new NotSupportedException();
        }