Noemax FastInfoset.NET
MoveToAttribute(Int32) Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > MoveToAttribute Method : MoveToAttribute(Int32) Method






i
The index of the attribute.
Moves to the attribute specified by the index.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides NotOverridable Sub MoveToAttribute( _
   ByVal i As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim i As Integer
 
instance.MoveToAttribute(i)
C# 
public override void MoveToAttribute( 
   int i
)
Delphi 
public procedure MoveToAttribute( 
    i: Integer
); override; 
JScript 
public override function MoveToAttribute( 
   i : int
);
Managed Extensions for C++ 
public: void MoveToAttribute( 
   int i
) override 
C++/CLI 
public:
void MoveToAttribute( 
   int i
) override 

Parameters

i
The index of the attribute.

See Also