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

◆ AppendChild()

IXmlNode Newtonsoft.Json.Converters.XmlNodeWrapper.AppendChild ( IXmlNode newChild)
inline

Implements Newtonsoft.Json.Converters.IXmlNode.

Definition at line 181 of file XmlNodeWrapper.cs.

182 {
183 if (newChild != null)
184 {
185 }
186 XmlNode node = this._node;
187 return newChild;
188 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Converters.XmlNodeWrapper._node, and j__TPar.