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
XProcessingInstructionWrapper.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000118 RID: 280
8 {
9 // Token: 0x17000210 RID: 528
10 // (get) Token: 0x06000AEA RID: 2794 RVA: 0x0001A230 File Offset: 0x00018430
12 {
13 get
14 {
15 if (this._xmlObject != null)
16 {
17 }
18 throw new InvalidCastException();
19 }
20 }
21
22 // Token: 0x06000AEB RID: 2795 RVA: 0x0001A24C File Offset: 0x0001844C
31
32 // Token: 0x17000211 RID: 529
33 // (get) Token: 0x06000AEC RID: 2796 RVA: 0x0001A26C File Offset: 0x0001846C
34 public override string LocalName
35 {
36 get
37 {
38 return this.ProcessingInstruction.target;
39 }
40 }
41
42 // Token: 0x17000212 RID: 530
43 // (get) Token: 0x06000AED RID: 2797 RVA: 0x0001A284 File Offset: 0x00018484
44 // (set) Token: 0x06000AEE RID: 2798 RVA: 0x0001A29C File Offset: 0x0001849C
45 public override string Value
46 {
47 get
48 {
49 return this.ProcessingInstruction.data;
50 }
51 set
52 {
54 }
55 }
56 }
57}
class f__AnonymousType0<< Count > j__TPar
XProcessingInstructionWrapper(XProcessingInstruction processingInstruction)