System.Xml.XmlBaseReader.MoveToAttribute C# (CSharp) Метод

MoveToAttribute() публичный Метод

public MoveToAttribute ( int index ) : void
index int
Результат 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