Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsDefined() [3/9]

static bool System.Reflection.CustomAttribute.IsDefined ( RuntimeEventInfo e,
RuntimeType caType )
inlinestaticpackage

Definition at line 79 of file CustomAttribute.cs.

80 {
81 return IsCustomAttributeDefined(e.GetRuntimeModule(), e.MetadataToken, caType);
82 }
static bool IsCustomAttributeDefined(RuntimeModule decoratedModule, int decoratedMetadataToken, RuntimeType attributeFilterType)

References System.Reflection.RuntimeEventInfo.GetRuntimeModule(), System.Reflection.CustomAttribute.IsCustomAttributeDefined(), and System.Reflection.RuntimeEventInfo.MetadataToken.