XmlDictionaryReader.CreateTextReader Method
.NET Framework 4.5
Creates an instance of XmlDictionaryReader.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateTextReader(Byte[], XmlDictionaryReaderQuotas) | Creates an instance of XmlDictionaryReader. |
|
CreateTextReader(Stream, XmlDictionaryReaderQuotas) | Creates an instance of XmlDictionaryReader. |
|
CreateTextReader(Byte[], Int32, Int32, XmlDictionaryReaderQuotas) | Creates an instance of XmlDictionaryReader. |
|
CreateTextReader(Stream, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose) | Creates an instance of XmlDictionaryReader. |
|
CreateTextReader(Byte[], Int32, Int32, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose) | Creates an instance of XmlDictionaryReader. |
These overloads create an instance of XmlDictionaryReader.