DelegatingXmlReader.MoveToAttribute Method (int)DelegatingXmlReader.MoveToAttribute Method (Integer)DelegatingXmlReader::MoveToAttribute Method (int)

Moves to the attribute with the specified index.

Syntax

Public Overrides Sub MoveToAttribute( _
    i As Integer _
)
public override void MoveToAttribute(
    int i
)
public:
virtual void MoveToAttribute(
    int i
) override
 

Parameters

i

Type: System.Int32System.Int32System::Int32

The index of the attribute.