Click or drag to resize
XmlReaderMoveToFirstAttribute Method
When overridden in a derived class, moves to the first attribute.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract bool MoveToFirstAttribute()

Return Value

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