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

◆ SetAttributeNode()

void Newtonsoft.Json.Converters.XElementWrapper.SetAttributeNode ( IXmlNode attribute)
inline

Implements Newtonsoft.Json.Converters.IXmlElement.

Definition at line 31 of file XElementWrapper.cs.

32 {
33 if (attribute != null)
34 {
35 }
36 XElement element = this.Element;
37 }

References Newtonsoft.Json.Converters.XElementWrapper.Element.