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

◆ GetCustomAttributes() [1/2]

override object[] System.Reflection.RuntimeParameterInfo.GetCustomAttributes ( bool inherit)
inlinevirtual

Reimplemented from System.Reflection.ParameterInfo.

Definition at line 102 of file RuntimeParameterInfo.cs.

103 {
104 if (!true)
105 {
106 }
107 long num = 0L;
108 return MonoCustomAttrs.GetCustomAttributes(this, num != 0L);
109 }
static object[] GetCustomAttributes(ICustomAttributeProvider obj, Type attributeType, bool inherit)

References System.MonoCustomAttrs.GetCustomAttributes(), and System.L.