Mvp.Xml.XPointer.XPointerReader.MoveToAttribute C# (CSharp) Méthode

MoveToAttribute() public méthode

See XmlReader.MoveToAttribute(string).
public MoveToAttribute ( string name ) : bool
name string
Résultat bool
        public override bool MoveToAttribute(string name)
        {
            return _reader.MoveToAttribute(name);
        }

Same methods

XPointerReader::MoveToAttribute ( string name, string ns ) : bool
XPointerReader::MoveToAttribute ( int i ) : void