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

◆ ReadFrom() [2/2]

static JToken Newtonsoft.Json.Linq.JToken.ReadFrom ( JsonReader reader,
JsonLoadSettings settings )
inlinestaticinherited

Definition at line 1787 of file JToken.cs.

1788 {
1789 ValidationUtils.ArgumentNotNull("reader", "reader");
1790 if ("reader" != null || reader == null || reader._tokenType != JsonToken.None)
1791 {
1792 return "reader";
1793 }
1794 return "Error reading JToken from JsonReader.";
1795 }
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.JsonReader._tokenType, and Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull().