XamlXmlReader Constructor (TextReader^)

.NET Framework (current version)
 

Initializes a new instance of the XamlXmlReader class, based on a TextReader.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
XamlXmlReader(
	TextReader^ textReader
)

Parameters

textReader
Type: System.IO::TextReader^

The TextReader to use for initialization.

Exception Condition
ArgumentNullException

textReader is null.

.NET Framework
Available since 4.0
Return to top
Show: