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

Implements Newtonsoft.Json.Converters.IXmlNode.

Definition at line 49 of file XCommentWrapper.cs.

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