Mono Class Library: System.Xml.XmlReader Overview | Members

System.Xml.XmlReader.MoveToNextAttribute Method

Moves the position of the current instance to the next attribute associated with the current node. [Edit]

public abstract bool MoveToNextAttribute ()

Returns

A bool where true indicates the position of the reader moved to the next attribute; false if there were no more attributes. [Edit]

Remarks

Operation
As described above.

Note to Inheritors
This method must be overridden in order to provide the functionality described above, as there is no default implementation.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0