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

◆ NamespaceUri

override string Newtonsoft.Json.Converters.XAttributeWrapper.NamespaceUri
get

Implements Newtonsoft.Json.Converters.IXmlNode.

Definition at line 59 of file XAttributeWrapper.cs.

60 {
61 get
62 {
63 return this.Attribute.name.NamespaceName;
64 }
65 }