Click or drag to resize
XmlReaderReadToFollowing Method (String)
Reads until an element with the specified qualified name is found.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public virtual bool ReadToFollowing(
	string name
)

Parameters

name
Type: SystemString
The qualified name of the element.

Return Value

Type: Boolean
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
See Also