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

◆ WriteTo()

override void Newtonsoft.Json.Linq.JProperty.WriteTo ( JsonWriter writer,
params JsonConverter[] converters )
inline

Definition at line 326 of file JProperty.cs.

327 {
328 string name = this._name;
329 if (this._content._token != null)
330 {
331 return;
332 }
333 }
readonly JProperty.JPropertyList _content
Definition JProperty.cs:364

References Newtonsoft.Json.Linq.JProperty._content, Newtonsoft.Json.Linq.JProperty._name, and System.name.