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.XAttributeWrapper.ParentNode
get

Implements Newtonsoft.Json.Converters.IXmlNode.

Definition at line 69 of file XAttributeWrapper.cs.

70 {
71 get
72 {
73 IXmlNode xmlNode;
74 if (this.Attribute.Parent != null)
75 {
76 xmlNode = XContainerWrapper.WrapNode(this.Attribute.Parent);
77 return xmlNode;
78 }
79 return xmlNode;
80 }
81 }
class f__AnonymousType0<< Count > j__TPar