Click or drag to resize
XmlReaderMoveToNextAttribute Method
When overridden in a derived class, moves to the next 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 MoveToNextAttribute()

Return Value

Type: Boolean
true if there is a next attribute; false if there are no more attributes.
See Also