Noemax FastInfoset.NET
MoveToNextAttribute Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : MoveToNextAttribute Method






Moves to the next attribute.

Syntax

Visual Basic (Declaration) 
Public Overrides 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()
Delphi 
public function MoveToNextAttribute(): Boolean; override; 
JScript 
public override function MoveToNextAttribute() : boolean;
Managed Extensions for C++ 
public: bool MoveToNextAttribute(); override 
C++/CLI 
public:
bool MoveToNextAttribute(); override 

Return Value

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

See Also