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

◆ SafeToString()

string Newtonsoft.Json.Linq.JTokenReader.SafeToString ( object value)
inlineprivate

Definition at line 114 of file JTokenReader.cs.

115 {
116 if (value != null)
117 {
118 return;
119 }
120 }

References System.value.