XmlDictionaryReader.CreateDictionaryReader Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of XmlDictionaryReader from an existing XmlReader.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Public Shared Function CreateDictionaryReader ( _ reader As XmlReader _ ) As XmlDictionaryReader
Parameters
- reader
- Type: System.Xml.XmlReader
An instance of XmlReader.
| Exception | Condition |
|---|---|
| ArgumentNullException | reader is Nothing. |
Show: