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

◆ IsDefined() [2/9]

static bool System.Reflection.CustomAttribute.IsDefined ( RuntimeConstructorInfo ctor,
RuntimeType caType )
inlinestaticpackage

Definition at line 69 of file CustomAttribute.cs.

70 {
71 return IsCustomAttributeDefined(ctor.GetRuntimeModule(), ctor.MetadataToken, caType);
72 }
static bool IsCustomAttributeDefined(RuntimeModule decoratedModule, int decoratedMetadataToken, RuntimeType attributeFilterType)

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