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

◆ DocumentElement

IXmlElement Newtonsoft.Json.Converters.XDocumentWrapper.DocumentElement
get

Implements Newtonsoft.Json.Converters.IXmlDocument.

Definition at line 191 of file XDocumentWrapper.cs.

192 {
193 get
194 {
195 if (this.Document.Root != null)
196 {
197 XElement root = this.Document.Root;
198 return;
199 }
200 }
201 }