DelegatingXmlDictionaryReader.MoveToNextAttribute Method

Definition

Moves the reader to the next attribute.

public:
 override bool MoveToNextAttribute();
public override bool MoveToNextAttribute ();
override this.MoveToNextAttribute : unit -> bool
Public Overrides Function MoveToNextAttribute () As Boolean

Returns

Returns true if the reader is positioned at an attribute else false.

Remarks

When returning false the reader position will not be changed.

Applies to