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






Moves to the first attribute.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Function MoveToFirstAttribute() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Boolean
 
value = instance.MoveToFirstAttribute()
C# 
public override bool MoveToFirstAttribute()
Delphi 
public function MoveToFirstAttribute(): Boolean; override; 
JScript 
public override function MoveToFirstAttribute() : boolean;
Managed Extensions for C++ 
public: bool MoveToFirstAttribute(); override 
C++/CLI 
public:
bool MoveToFirstAttribute(); override 

Return Value

true if an attribute exists (the reader moves to the first attribute); otherwise, false (the position of the reader does not change).

See Also