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

◆ Children< U, T >()

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

Definition at line 140 of file Extensions.cs.

140 : JToken
141 {
142 ValidationUtils.ArgumentNotNull("source", "source");
143 if (!true)
144 {
145 }
146 if (!true)
147 {
148 }
149 return 1;
150 }
static void ArgumentNotNull(object value, string parameterName)

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