Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlAsyncCheckReaderWithLineInfo.cs
Go to the documentation of this file.
1namespace System.Xml;
2
4{
6
8
10
12 : base(reader)
13 {
15 }
16
17 public virtual bool HasLineInfo()
18 {
20 }
21}