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



Moves to the next attribute.


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

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Function MoveToNextAttribute() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Boolean
 
value = instance.MoveToNextAttribute()
C# 
public override bool MoveToNextAttribute()
C++/CLI 
public:
bool MoveToNextAttribute(); override 

Return Value

true if there is a next attribute; false if there are no more attributes.

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
Base Implementation in System.Xml.XmlReader