XamlXmlReader Constructor (Stream^)
.NET Framework (current version)
Initializes a new instance of the XamlXmlReader class, based on a stream.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- stream
-
Type:
System.IO::Stream^
The initial stream to load into the reader.
| Exception | Condition |
|---|---|
| ArgumentNullException | stream is null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: