System.Xml.XmlBaseReader.MoveToAttribute C# (CSharp) Méthode

MoveToAttribute() public méthode

public MoveToAttribute ( int index ) : void
index int
Résultat void
        public override void MoveToAttribute(int index)
        {
            MoveToNode(GetAttributeNode(index));
        }
        public override bool MoveToAttribute(string name)

Same methods

XmlBaseReader::MoveToAttribute ( string name ) : bool
XmlBaseReader::MoveToAttribute ( string localName, string namespaceUri ) : bool