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

◆ SelectTokens() [1/2]

IEnumerable< JToken > Newtonsoft.Json.Linq.JToken.SelectTokens ( string path)
inlineinherited

Definition at line 1944 of file JToken.cs.

1945 {
1946 long num = 0L;
1947 return this.SelectTokens(path, num != 0L);
1948 }
IEnumerable< JToken > SelectTokens(string path)
Definition JToken.cs:1944

References System.L, and Newtonsoft.Json.Linq.JToken.SelectTokens().

Referenced by Newtonsoft.Json.Linq.JToken.SelectTokens().