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

◆ DescendantsAndSelf< T >()

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

Definition at line 60 of file Extensions.cs.

60 : JContainer
61 {
62 ValidationUtils.ArgumentNotNull("source", "source");
63 if (!true)
64 {
65 }
66 if (!true)
67 {
68 }
69 IJEnumerable<JToken> ijenumerable;
70 return ijenumerable;
71 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

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