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

◆ XmlTextReaderImpl() [5/20]

System.Xml.XmlTextReaderImpl.XmlTextReaderImpl ( Stream input,
XmlNameTable nt )
inlinepackage

Definition at line 1561 of file XmlTextReaderImpl.cs.

1562 : this(string.Empty, input, nt)
1563 {
1564 }