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

◆ IsDefined()

override bool System.Reflection.RuntimePropertyInfo.IsDefined ( Type attributeType,
bool inherit )
inline

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 304 of file RuntimePropertyInfo.cs.

305 {
306 if (!true)
307 {
308 }
309 long num = 0L;
310 return MonoCustomAttrs.IsDefined(this, attributeType, num != 0L);
311 }
class f__AnonymousType0<< Count > j__TPar
static bool IsDefined(ICustomAttributeProvider obj, Type attributeType, bool inherit)

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