December 2014
Intermediate to advanced
512 pages
17h 4m
English
XamlReader is designed to generate a stream of logical XAML nodes from an arbitrary source (dictated by the concrete derived implementation), and XamlWriter is designed to consume such a stream of XAML nodes and write them out in an arbitrary way. The following derived readers and writers are shipped as public classes:
Readers (derived from System.Xaml.XamlReader):
System.Xaml.XamlXmlReader—Reads XML (by working with System.Xml.XmlReader, System.IO.TextReader, System.IO.Stream, or a filename string)
System.Xaml.XamlObjectReader ...
Read now
Unlock full access