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

◆ LocalName

override string Newtonsoft.Json.Converters.XElementWrapper.LocalName
get

Implements Newtonsoft.Json.Converters.IXmlNode.

Definition at line 72 of file XElementWrapper.cs.

73 {
74 get
75 {
76 return this.Element.name._localName;
77 }
78 }