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
XmlDeclarationWrapper.cs
Go to the documentation of this file.
1using System;
2using System.Xml;
3
5{
6 // Token: 0x0200010B RID: 267
8 {
9 // Token: 0x06000A85 RID: 2693 RVA: 0x00019C54 File Offset: 0x00017E54
15
16 // Token: 0x170001DC RID: 476
17 // (get) Token: 0x06000A86 RID: 2694 RVA: 0x00019C78 File Offset: 0x00017E78
18 public string Version
19 {
20 get
21 {
22 return this._declaration.version;
23 }
24 }
25
26 // Token: 0x170001DD RID: 477
27 // (get) Token: 0x06000A87 RID: 2695 RVA: 0x00019C90 File Offset: 0x00017E90
28 // (set) Token: 0x06000A88 RID: 2696 RVA: 0x00019CA8 File Offset: 0x00017EA8
29 public string Encoding
30 {
31 get
32 {
33 return this._declaration.encoding;
34 }
35 set
36 {
38 }
39 }
40
41 // Token: 0x170001DE RID: 478
42 // (get) Token: 0x06000A89 RID: 2697 RVA: 0x00019CC4 File Offset: 0x00017EC4
43 // (set) Token: 0x06000A8A RID: 2698 RVA: 0x00019CDC File Offset: 0x00017EDC
44 public string Standalone
45 {
46 get
47 {
48 return this._declaration.standalone;
49 }
50 set
51 {
53 }
54 }
55
56 // Token: 0x0400040F RID: 1039
58 }
59}
class f__AnonymousType0<< Count > j__TPar