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

◆ Path

string Newtonsoft.Json.Linq.JToken.Path
getinherited

Definition at line 154 of file JToken.cs.

155 {
156 get
157 {
158 if (this._parent != null)
159 {
160 if (false)
161 {
162 if (this == null)
163 {
164 throw new InvalidCastException();
165 }
166 if (this == null)
167 {
168 throw new InvalidCastException();
169 }
170 }
171 JContainer parent = this._parent;
172 while (parent != null)
173 {
174 }
175 if (parent == null)
176 {
177 }
178 string text;
179 return text;
180 }
181 throw new InvalidCastException();
182 }
183 }