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

◆ GetMemberValue()

static object Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue ( MemberInfo member,
object target )
inlinestatic

Definition at line 276 of file ReflectionUtils.cs.

277 {
278 ValidationUtils.ArgumentNotNull("member", "member");
279 ValidationUtils.ArgumentNotNull(member, "target");
282 string text = "MemberInfo '{0}' is not of type FieldInfo or PropertyInfo".FormatWith(invariantCulture, invariantCulture2, invariantCulture2);
283 throw new InvalidCastException();
284 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), System.Globalization.CultureInfo.InvariantCulture, j__TPar, and System.text.

Referenced by Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue().