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
ReflectionValueProvider.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x020000B4 RID: 180
11 {
12 // Token: 0x060006BC RID: 1724 RVA: 0x00011DE4 File Offset: 0x0000FFE4
18
19 // Token: 0x060006BD RID: 1725 RVA: 0x00011E0C File Offset: 0x0001000C
20 public void SetValue(object target, object value)
21 {
22 int num = 1;
24 if (num == 0)
25 {
26 }
28 }
29
30 // Token: 0x060006BE RID: 1726 RVA: 0x00011E5C File Offset: 0x0001005C
31 public object GetValue(object target)
32 {
33 int num = 1;
35 if (num == 0)
36 {
37 }
39 }
40
41 // Token: 0x040002E8 RID: 744
43 }
44}
class f__AnonymousType0<< Count > j__TPar
static void SetMemberValue(MemberInfo member, object target, object value)
static object GetMemberValue(MemberInfo member, object target)
static void ArgumentNotNull(object value, string parameterName)