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

◆ Property()

JProperty Newtonsoft.Json.Linq.JObject.Property ( string name)
inline

Definition at line 212 of file JObject.cs.

213 {
214 while (name != null)
215 {
216 JPropertyKeyedCollection properties = this._properties;
217 bool flag;
218 if (flag)
219 {
220 throw new InvalidCastException();
221 }
222 }
223 }
readonly JPropertyKeyedCollection _properties
Definition JObject.cs:726

References Newtonsoft.Json.Linq.JObject._properties, and System.name.