XmlScannerEndTag Method A Sandcastle Documented Class Library
If the current segment is an end tag with the given name, then moves to the next segment. Otherwise, throws an exception.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public void EndTag(
	string name
)

Parameters

name
Type: SystemString
The name of the end tag
See Also

Reference