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

◆ Value< U, T >()

static U Newtonsoft.Json.Linq.Extensions.Value< U, T > ( this IEnumerable< T > value)
inlinestatic
Type Constraints
T :JToken 

Definition at line 120 of file Extensions.cs.

120 : JToken
121 {
122 ValidationUtils.ArgumentNotNull("value", "value");
123 return "value";
124 }
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull().