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

◆ NamedArguments

virtual IList<CustomAttributeNamedArgument> System.Reflection.CustomAttributeData.NamedArguments
get

Definition at line 94 of file CustomAttributeData.cs.

95 {
96 get
97 {
98 this.ResolveArguments();
99 return this.namedArgs;
100 }
101 }
IList< CustomAttributeNamedArgument > namedArgs