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

◆ GetType()

static string Newtonsoft.Json.Linq.JToken.GetType ( JToken token)
inlinestaticprivateinherited

Definition at line 465 of file JToken.cs.

466 {
467 ValidationUtils.ArgumentNotNull("token", "token");
468 string text;
469 return text;
470 }
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and System.text.