XNode.CreateReader Method (ReaderOptions)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an XmlReader for this node.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Parameters
- readerOptions
- Type: System.Xml.Linq.ReaderOptions
Specifies whether to omit duplicate namespaces.
Return Value
Type: System.Xml.XmlReaderAn XmlReader that can be used to read this node and its descendants.
Show: