Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateTextReader() [5/5]

static XmlDictionaryReader System.Xml.XmlDictionaryReader.CreateTextReader ( Stream stream,
XmlDictionaryReaderQuotas quotas )
inlinestaticinherited

Definition at line 470 of file XmlDictionaryReader.cs.

471 {
472 return CreateTextReader(stream, null, quotas, null);
473 }
static XmlDictionaryReader CreateTextReader(byte[] buffer, XmlDictionaryReaderQuotas quotas)

References System.Xml.XmlDictionaryReader.CreateTextReader(), System.Xml.Dictionary, and System.stream.