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

◆ TryGetValue() [1/3]

bool Newtonsoft.Json.Linq.JObject.TryGetValue ( string propertyName,
[Out] JToken value )
inline

Definition at line 503 of file JObject.cs.

504 {
505 JProperty jproperty = this.Property(propertyName);
506 if (jproperty != null)
507 {
508 JToken value2 = jproperty.Value;
509 return;
510 }
511 }
class f__AnonymousType0<< Count > j__TPar
class< GetEnumerator > JToken
Definition JObject.cs:767

References j__TPar, and Newtonsoft.Json.Linq.Property.