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

◆ ParentNode

override IXmlNode Newtonsoft.Json.Converters.XTextWrapper.ParentNode
get

Implements Newtonsoft.Json.Converters.IXmlNode.

Definition at line 49 of file XTextWrapper.cs.

50 {
51 get
52 {
53 IXmlNode xmlNode;
54 if (this.Text.Parent != null)
55 {
57 xmlNode = XContainerWrapper.WrapNode(xtext.Parent);
58 return xmlNode;
59 }
60 return xmlNode;
61 }
62 }
class f__AnonymousType0<< Count > j__TPar