The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlDictionaryReader::CreateTextReader Method
.NET Framework (current version)
Creates an instance of XmlDictionaryReader.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateTextReader(array<Byte>^, Int32, Int32, Encoding^, XmlDictionaryReaderQuotas^, OnXmlDictionaryReaderClose^) | Creates an instance of XmlDictionaryReader. |
![]() ![]() | CreateTextReader(array<Byte>^, Int32, Int32, XmlDictionaryReaderQuotas^) | Creates an instance of XmlDictionaryReader. |
![]() ![]() | CreateTextReader(array<Byte>^, XmlDictionaryReaderQuotas^) | Creates an instance of XmlDictionaryReader. |
![]() ![]() | CreateTextReader(Stream^, Encoding^, XmlDictionaryReaderQuotas^, OnXmlDictionaryReaderClose^) | Creates an instance of XmlDictionaryReader. |
![]() ![]() | CreateTextReader(Stream^, XmlDictionaryReaderQuotas^) | Creates an instance of XmlDictionaryReader. |
These overloads create an instance of XmlDictionaryReader.
Show:

