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

◆ IsDefined() [8/9]

static bool System.Reflection.CustomAttribute.IsDefined ( RuntimePropertyInfo property,
RuntimeType caType )
inlinestaticpackage

Definition at line 74 of file CustomAttribute.cs.

75 {
76 return IsCustomAttributeDefined(property.GetRuntimeModule(), property.MetadataToken, caType);
77 }
static bool IsCustomAttributeDefined(RuntimeModule decoratedModule, int decoratedMetadataToken, RuntimeType attributeFilterType)

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