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

◆ AncestorsAndSelf< T >()

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

Definition at line 32 of file Extensions.cs.

32 : JToken
33 {
34 ValidationUtils.ArgumentNotNull("source", "source");
35 if (!true)
36 {
37 }
38 if (!true)
39 {
40 }
41 IJEnumerable<JToken> ijenumerable;
42 return ijenumerable;
43 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

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