System.Xml.XmlBaseReader.MoveToAttribute C# (CSharp) Method

MoveToAttribute() public method

public MoveToAttribute ( int index ) : void
index int
return 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