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()

IEnumerable< JToken > Newtonsoft.Json.Linq.JToken.AncestorsAndSelf ( )
inlineinherited

Definition at line 216 of file JToken.cs.

217 {
218 return this.GetAncestors(true);
219 }
IEnumerable< JToken > GetAncestors(bool self)
Definition JToken.cs:222

References Newtonsoft.Json.Linq.JToken.GetAncestors().