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

◆ Ancestors< T >()

static IJEnumerable< JToken > Newtonsoft.Json.Linq.Extensions.Ancestors< T > ( this IEnumerable< T > source)
inlinestatic
Type Constraints
T :JToken 

Definition at line 18 of file Extensions.cs.

18 : JToken
19 {
20 ValidationUtils.ArgumentNotNull("source", "source");
21 if (!true)
22 {
23 }
24 if (!true)
25 {
26 }
27 IJEnumerable<JToken> ijenumerable;
28 return ijenumerable;
29 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and j__TPar.