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

◆ XmlTextReader() [12/14]

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

Definition at line 222 of file XmlTextReader.cs.

223 {
224 _impl = new XmlTextReaderImpl(xmlFragment, fragType, context);
225 _impl.OuterReader = this;
226 }
readonly XmlTextReaderImpl _impl

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