XmlScanner Constructor (TextReader)A Sandcastle Documented Class Library
Creates an XML scanner that scans the supplied reader, positions the scanner on the first significant segment.

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

C#
public XmlScanner(
	TextReader source
)

Parameters

source
Type: System.IOTextReader
The input reader
See Also

Reference