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
XTextWrapper.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000116 RID: 278
7 internal class XTextWrapper : XObjectWrapper
8 {
9 // Token: 0x1700020A RID: 522
10 // (get) Token: 0x06000AE0 RID: 2784 RVA: 0x0001A0F4 File Offset: 0x000182F4
11 private XText Text
12 {
13 get
14 {
15 if (this._xmlObject != null)
16 {
17 }
18 throw new InvalidCastException();
19 }
20 }
21
22 // Token: 0x06000AE1 RID: 2785 RVA: 0x0001A110 File Offset: 0x00018310
24 {
25 if (!true)
26 {
27 }
28 base..ctor();
30 }
31
32 // Token: 0x1700020B RID: 523
33 // (get) Token: 0x06000AE2 RID: 2786 RVA: 0x0001A130 File Offset: 0x00018330
34 // (set) Token: 0x06000AE3 RID: 2787 RVA: 0x0001A148 File Offset: 0x00018348
35 public override string Value
36 {
37 get
38 {
39 return this.Text.text;
40 }
41 set
42 {
44 }
45 }
46
47 // Token: 0x1700020C RID: 524
48 // (get) Token: 0x06000AE4 RID: 2788 RVA: 0x0001A164 File Offset: 0x00018364
49 public override IXmlNode ParentNode
50 {
51 get
52 {
54 if (this.Text.Parent != null)
55 {
58 return xmlNode;
59 }
60 return xmlNode;
61 }
62 }
63 }
64}
class f__AnonymousType0<< Count > j__TPar