InputSource Constructor (TextReader)DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Generate a character stream based entity input source.

Namespace: DeltaXML.DitaCompareApi
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax

public InputSource(
	TextReader reader
)

Parameters

reader
Type: System.IO TextReader
The text reader that implements the input source's character stream.
See Also