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

◆ IsDefined() [7/8]

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

Definition at line 484 of file Attribute.cs.

485 {
486 return IsDefined(element, attributeType, inherit: true);
487 }
static bool IsDefined(MemberInfo element, Type attributeType)
Definition Attribute.cs:384

References System.Attribute.IsDefined().