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

◆ GetValue() [2/2]

JToken Newtonsoft.Json.Linq.JObject.GetValue ( string propertyName,
StringComparison comparison )
inline

Definition at line 419 of file JObject.cs.

420 {
421 if (propertyName != null)
422 {
423 JProperty jproperty = this.Property(propertyName);
424 if (jproperty != null)
425 {
426 return jproperty.Value;
427 }
428 }
430 if (enumerator != null)
431 {
432 }
433 if (enumerator == null)
434 {
436 return jtoken;
437 }
438 long num;
439 if (num == 0L)
440 {
441 throw new InvalidCastException();
442 }
443 throw new OutOfMemoryException();
444 }
class f__AnonymousType0<< Count > j__TPar
readonly JPropertyKeyedCollection _properties
Definition JObject.cs:726
class< GetEnumerator > JToken
Definition JObject.cs:767

References Newtonsoft.Json.Linq.JObject._properties, System.Collections.ObjectModel.Collection< T >.GetEnumerator(), j__TPar, System.L, and Newtonsoft.Json.Linq.Property.