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
XContainerWrapper.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x02000119 RID: 281
10 {
11 // Token: 0x17000213 RID: 531
12 // (get) Token: 0x06000AEF RID: 2799 RVA: 0x0001A2B8 File Offset: 0x000184B8
14 {
15 get
16 {
17 if (this._xmlObject != null)
18 {
19 }
20 throw new InvalidCastException();
21 }
22 }
23
24 // Token: 0x06000AF0 RID: 2800 RVA: 0x0001A2D4 File Offset: 0x000184D4
25 public XContainerWrapper(XContainer container)
26 {
27 if (!true)
28 {
29 }
30 base..ctor();
31 this._xmlObject = container;
32 }
33
34 // Token: 0x17000214 RID: 532
35 // (get) Token: 0x06000AF1 RID: 2801 RVA: 0x0000212A File Offset: 0x0000032A
36 public override List<IXmlNode> ChildNodes
37 {
38 get
39 {
40 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
41 }
42 }
43
44 // Token: 0x17000215 RID: 533
45 // (get) Token: 0x06000AF2 RID: 2802 RVA: 0x0001A2F4 File Offset: 0x000184F4
46 public override IXmlNode ParentNode
47 {
48 get
49 {
51 if (this.Container.Parent != null)
52 {
54 return xmlNode;
55 }
56 return xmlNode;
57 }
58 }
59
60 // Token: 0x06000AF3 RID: 2803 RVA: 0x0001A324 File Offset: 0x00018524
61 internal static IXmlNode WrapNode(XObject node)
62 {
63 throw new InvalidCastException();
64 }
65
66 // Token: 0x06000AF4 RID: 2804 RVA: 0x0001A338 File Offset: 0x00018538
68 {
69 XContainer container = this.Container;
70 return newChild;
71 }
72
73 // Token: 0x04000416 RID: 1046
75 }
76}
class f__AnonymousType0<< Count > j__TPar
override IXmlNode AppendChild(IXmlNode newChild)