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

◆ SetToken() [2/3]

void Newtonsoft.Json.JsonReader.SetToken ( JsonToken newToken,
object value )
inlineprotectedinherited

Definition at line 763 of file JsonReader.cs.

764 {
765 this.SetToken(newToken, value, true);
766 }
void SetToken(JsonToken newToken)

References Newtonsoft.Json.JsonReader.SetToken(), and System.value.