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() [2/2]

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

Reimplemented from System.Reflection.ParameterInfo.

Definition at line 112 of file RuntimeParameterInfo.cs.

113 {
114 if (!true)
115 {
116 }
117 long num = 0L;
118 return MonoCustomAttrs.GetCustomAttributes(this, attributeType, num != 0L);
119 }
class f__AnonymousType0<< Count > j__TPar
static object[] GetCustomAttributes(ICustomAttributeProvider obj, Type attributeType, bool inherit)

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