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

IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper.ParentNode
get

Implements Newtonsoft.Json.Converters.IXmlNode.

Definition at line 129 of file XmlNodeWrapper.cs.

130 {
131 get
132 {
133 XmlNode node = this._node;
134 if (node != null)
135 {
136 }
137 IXmlNode xmlNode;
138 if (node != null)
139 {
140 xmlNode = XmlNodeWrapper.WrapNode(node);
141 return xmlNode;
142 }
143 return xmlNode;
144 }
145 }
class f__AnonymousType0<< Count > j__TPar
1.10.0