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

◆ ConstructorArguments

virtual IList<CustomAttributeTypedArgument> System.Reflection.CustomAttributeData.ConstructorArguments
get

Definition at line 83 of file CustomAttributeData.cs.

84 {
85 get
86 {
87 this.ResolveArguments();
88 return this.ctorArgs;
89 }
90 }
IList< CustomAttributeTypedArgument > ctorArgs