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.RuntimePropertyInfo.GetCustomAttributes ( bool inherit)
inline

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 314 of file RuntimePropertyInfo.cs.

315 {
316 if (!true)
317 {
318 }
319 long num = 0L;
320 return MonoCustomAttrs.GetCustomAttributes(this, num != 0L);
321 }
static object[] GetCustomAttributes(ICustomAttributeProvider obj, Type attributeType, bool inherit)

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