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

◆ SetMemberValue()

static void Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue ( MemberInfo member,
object target,
object value )
inlinestatic

Definition at line 287 of file ReflectionUtils.cs.

288 {
289 ValidationUtils.ArgumentNotNull(member, "member");
290 ValidationUtils.ArgumentNotNull(target, "target");
291 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and j__TPar.

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