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

◆ XmlTextReader() [11/14]

System.Xml.XmlTextReader.XmlTextReader ( Stream xmlFragment,
XmlNodeType fragType,
XmlParserContext? context )
inline

Definition at line 216 of file XmlTextReader.cs.

217 {
218 _impl = new XmlTextReaderImpl(xmlFragment, fragType, context);
219 _impl.OuterReader = this;
220 }
readonly XmlTextReaderImpl _impl

References System.Xml.XmlTextReader._impl, and System.Xml.Dictionary.