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

◆ Descendants()

IEnumerable< JToken > Newtonsoft.Json.Linq.JContainer.Descendants ( )
inlineinherited

Definition at line 237 of file JContainer.cs.

238 {
239 long num = 0L;
240 return this.GetDescendants(num != 0L);
241 }
IEnumerable< JToken > GetDescendants(bool self)

References Newtonsoft.Json.Linq.JContainer.GetDescendants(), and System.L.