DelegatingXmlReader.MoveToNextAttribute MethodDelegatingXmlReader.MoveToNextAttribute MethodDelegatingXmlReader::MoveToNextAttribute Method

Moves to the next attribute.

Syntax

Public Overrides Function MoveToNextAttribute() As Boolean
public override bool MoveToNextAttribute()
public:
virtual bool MoveToNextAttribute() override
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if there is a next attribute; false if there are no more attributes.