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

◆ IsDefined() [1/8]

static bool System.Attribute.IsDefined ( Assembly element,
Type attributeType )
inlinestaticinherited

Definition at line 649 of file Attribute.cs.

650 {
651 return IsDefined(element, attributeType, inherit: true);
652 }
static bool IsDefined(MemberInfo element, Type attributeType)
Definition Attribute.cs:384

References System.Attribute.IsDefined().