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
MonoPropertyInfo.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x02000512 RID: 1298
6 internal struct MonoPropertyInfo
7 {
8 // Token: 0x04001500 RID: 5376
9 public Type parent;
10
11 // Token: 0x04001501 RID: 5377
13
14 // Token: 0x04001502 RID: 5378
15 public string name;
16
17 // Token: 0x04001503 RID: 5379
19
20 // Token: 0x04001504 RID: 5380
22
23 // Token: 0x04001505 RID: 5381
25 }
26}