Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.MoveToAttribute(int) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > MoveToAttribute Method : MoveToAttribute(Int32) Method



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


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public 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
)
C++/CLI 
public:
void MoveToAttribute( 
   int i
) override 

Parameters

i
The index of the attribute.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List
Base Implementation in System.Xml.XmlReader