terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ConfigXmlDocument.cs
Go to the documentation of this file.
1using System;
3using System.Xml;
4
6{
7 // Token: 0x02000495 RID: 1173
9 {
10 // Token: 0x06001FD4 RID: 8148 RVA: 0x000526C4 File Offset: 0x000508C4
12 {
13 throw new NotSupportedException();
14 }
15
16 // Token: 0x17000770 RID: 1904
17 // (get) Token: 0x06001FD5 RID: 8149 RVA: 0x000526D8 File Offset: 0x000508D8
18 public string Filename
19 {
20 get
21 {
22 throw new NotSupportedException();
23 }
24 }
25
26 // Token: 0x17000771 RID: 1905
27 // (get) Token: 0x06001FD6 RID: 8150 RVA: 0x000526EC File Offset: 0x000508EC
28 public int LineNumber
29 {
30 get
31 {
32 throw new NotSupportedException();
33 }
34 }
35
36 // Token: 0x06001FD7 RID: 8151 RVA: 0x00052700 File Offset: 0x00050900
37 string IConfigErrorInfo.get_Filename()
38 {
39 throw new NotSupportedException();
40 }
41
42 // Token: 0x06001FD8 RID: 8152 RVA: 0x00052714 File Offset: 0x00050914
43 int IConfigErrorInfo.get_LineNumber()
44 {
45 throw new NotSupportedException();
46 }
47
48 // Token: 0x06001FD9 RID: 8153 RVA: 0x00052728 File Offset: 0x00050928
49 public void LoadSingleElement(string filename, XmlTextReader sourceReader)
50 {
51 throw new NotSupportedException();
52 }
53 }
54}
class f__AnonymousType0<< Count > j__TPar
void LoadSingleElement(string filename, XmlTextReader sourceReader)