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

◆ MemberType

override MemberTypes System.Reflection.FieldInfo.MemberType
getinherited

Definition at line 20 of file FieldInfo.cs.

21 {
22 get
23 {
24 return MemberTypes.Field;
25 }
26 }