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

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 324 of file RuntimePropertyInfo.cs.

325 {
326 if (!true)
327 {
328 }
329 long num = 0L;
330 return MonoCustomAttrs.GetCustomAttributes(this, attributeType, num != 0L);
331 }
class f__AnonymousType0<< Count > j__TPar
static object[] GetCustomAttributes(ICustomAttributeProvider obj, Type attributeType, bool inherit)

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